Hi all,
I am duplicating the contents of schema1 to schema2 on the same database.
So I used expdp schema1/schema1 .... exporting schema1. Then impdp schema2/schema2 remap_schema=schema1:schema2
These 2 schemas have dba privilege.
Why do I get this error:
ORA-39083: Object type TYPE failed to create with error:
ORA-02304: invalid object identifier literal
Failing sql is:
CREATE TYPE "C1DEVADM"."CMQTNQHT" OID 'AC82C504E18C6A98E044001A4B08907C' AS TABLE OF CMQTNQHF;
Thanks a lot,