I exported a number of tables from an Oracle 10G database and saved the export log. 3 of the tables are bigger than the rest with several million rows in them.
When I import into a 9.2 database the import works as expected until I get to the first large table, About 10% of the rows are imported and then the import quits, skipping the remaining rows in the large table and all other tables that follow.
No error message is produced. The tables are identical and have enough space. I'm not sure where to look to resolve it.
Exporting table DOT1CHEO.DT_CHEMS_EQP_AUDT...
4346486 records exported
---
Import table dot1cheo.DT_CHEMS_EQP_AUDT
320052 Records loaded, 0 errors
PL/SQL Dev 8.0.4.1514 used for both the export and import.
When I import into a 9.2 database the import works as expected until I get to the first large table, About 10% of the rows are imported and then the import quits, skipping the remaining rows in the large table and all other tables that follow.
No error message is produced. The tables are identical and have enough space. I'm not sure where to look to resolve it.
Exporting table DOT1CHEO.DT_CHEMS_EQP_AUDT...
4346486 records exported
---
Import table dot1cheo.DT_CHEMS_EQP_AUDT
320052 Records loaded, 0 errors
PL/SQL Dev 8.0.4.1514 used for both the export and import.
Last edited: