I have been doing the import and to the best of my knowledge no one has been logged on during the export. I have being doing the tables in the order of dependency, but have received some errors stating that the parent key not found. This is for about a 100 thousand records.
I checked on the source db and the contraints are still valid. Any clues as to how this could have happened?
integrity constraint (FNDRYR0200.CTRL_CT_FK) violated - parent key not found
is this 8.1.6.3 or 8.1.7? There is a bug when import is creating PKs, basically you have to import with indexes=n otherwise when it's enabling constraints you will see something like xxx_pk already exists which is wrong, the index exists but not the constraint
Bookmarks