ora-39779 error on impdp of a particular schema in an Oracle 11.2..0.1 database.
I am trying to import a particular schema (esm_owner) into an Oracle 11.2.0.1.0 database I have on windows.
I have tried multiple combinations of impdp commands to get the schema imported and all tables import except the tables with types in them.
set oracle_sid=sbxargus
last try was: impdp 'sys/oracle as sysdba' driectory=sbxargus_datapump_dir dumpfile=expdata01 logfile=impdp_sbxargus_esm_owner.log schemas=esm_owner transform=oid:n
The error I get is:
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production