Oracle 11.2.0.4
I am trying to “refresh” data in test from production. I took a full export of prod and moved the dump file to the test server. I need to be able to import one of the schemas only. When I try to import it, I get lots of ORA-31684 and ORA-39151 errors.
Do I need to drop that schema in test first?
Import command will be:
impdp system/wm DIRECTORY=dp_dir DUMPFILE=wm_expdp.dmp SCHEMAS=WM