impdp using network_link and full=y
11.2.0.4 database on Linux x86 64bit
I am trying to move a a database from one server to another using impdp. The database is approx.100g. I am using this command:
impdp system/pw network_link=v_prod FULL=Y parallel=8;
I made sure that system on both nodes has sysdba privileges.
The problem seems to be that users/schemas are not being created so am getting these errors:
ORA-39083: Object type PROCACT_SCHEMA failed to create with error:
ORA-31625: Schema EUL5_US is needed to import this object, but is unaccessible
ORA-01435: user does not exist
I have looked this up on oracle support and can't find anything except that the import SHOULD create the users.