I'm trying to export all of the tables from an 8 (8.1) oracle database and their data. I have been using sqlplus 3.3 and spooling the data to txt files.
Anyway,
Some tables have buffer overrun or inconsistent data types error messages when I "select * from table". Also, one of the tables has 3 millions rows and 100 columns. I get the buffer overrun message, so I have been trying to get the data in pieces but it will take 14 hours to get it all. I run into a limit of 8 lines and only so many characters per line - so I can't list all of the columns at once.
Is there a way to fix the overrun? This database is a client's so I can't do anything to the data such as dropping indexes. I read elsewhere about "unrecoverable" to turn off the rollback function, but I don't know the syntax. Would this help me?
Windows OS
Anyway,
Some tables have buffer overrun or inconsistent data types error messages when I "select * from table". Also, one of the tables has 3 millions rows and 100 columns. I get the buffer overrun message, so I have been trying to get the data in pieces but it will take 14 hours to get it all. I run into a limit of 8 lines and only so many characters per line - so I can't list all of the columns at once.
Is there a way to fix the overrun? This database is a client's so I can't do anything to the data such as dropping indexes. I read elsewhere about "unrecoverable" to turn off the rollback function, but I don't know the syntax. Would this help me?
Windows OS