I ex****ted a large schema using EXPDP today for the first time. When I
IMPDP'd it into another server it im****ted fine. No errors. The
application we use started giving a few errors, and on looking into it
further, I've found that the objects did not ex****t consistently.
(ie., sequences's nextval values are lower than those already inserted
into tables, such that when it goes to do a new insert, unique
constraints are broken.)
Why would my expdp not have been consistent??
Thanks!