Oracle 11G datapump and sequences issue
Hi,
I did a schema (datapump: expdp) dump on a 11G database and imported it with impdp on another instance. I removed all schema objects before importing on the destination instance. The import went without problems. But after a while we got ora-0001 primary key violations. The reason were some sequences which had a value lower than the value in some tables. It seems Oracle dump first the sequences an afterwards the oracle data. They are out of sync. I thought datapump made consistent dumps. Is this a known issue?
regards,
Ivan