Bernhard S
Member³
I exported schema objects via "Export User Objects" with "Single file". Some child tables get created before their parent tables and the foreign key created right after the child tables result then in an error complaining about the missing parent table:
ORA-00942: table or view does not exist
In PL/SQL Developer 9.0.5 the order was fine still. Looks like 9.0.6 uses a different algorithm how to create the order of schema objects and something is wrong in there.
ORA-00942: table or view does not exist
In PL/SQL Developer 9.0.5 the order was fine still. Looks like 9.0.6 uses a different algorithm how to create the order of schema objects and something is wrong in there.