Using PL/SQL Developer 9.0.6 on Win7 64 bit PC against Oracle 11g DB.
Using the Export Tables menu item to create a PDE file (not compressed). When I try to then import those tables into another instance the application displays messages that it is dropping the existing tables, creating the tables, analyzing tables... disabling triggers.. and then the green progress bar stops but I quickly get a error dialog ORA-03114: not connected to ORACLE. This locks the application up such that I can't tab over to the Log to see if there is any additional information. Data has been added to the first three tables in the list of 105, but that is all.
As an alternative, I attempted to import that tables one at a time from the list. This works fine for awhile but some tables throw ORA-24909: call in progress. Current operation cancelled. This error also locks up the application.
What is going on? I am trying to determine if there are particular tables that cause the second error or if it is random.
And a possibly related question... should the uncompressed PDE file be readable? I'm seeing various odd characters before the "create table " statements in the file.
Thanks for any help.
Using the Export Tables menu item to create a PDE file (not compressed). When I try to then import those tables into another instance the application displays messages that it is dropping the existing tables, creating the tables, analyzing tables... disabling triggers.. and then the green progress bar stops but I quickly get a error dialog ORA-03114: not connected to ORACLE. This locks the application up such that I can't tab over to the Log to see if there is any additional information. Data has been added to the first three tables in the list of 105, but that is all.
As an alternative, I attempted to import that tables one at a time from the list. This works fine for awhile but some tables throw ORA-24909: call in progress. Current operation cancelled. This error also locks up the application.
What is going on? I am trying to determine if there are particular tables that cause the second error or if it is random.
And a possibly related question... should the uncompressed PDE file be readable? I'm seeing various odd characters before the "create table " statements in the file.
Thanks for any help.