Was doing the impdp (import) on oracle, restore of database and observed new error populate in logs
ORA-02304: Invalid Object Identifier Literal
CREATE TYPE ***.**** OID "someNUMBERS" AS OBJECT
(
)
ORA-39083: Object type TYPE: failed to create with error:
ORA-02304: invalid object identifier literal
CREATE TYPE ***.**** OID "someNUMBERS" AS OBJECT
(
)
ORA-39083: Object type TYPE: failed to create with error:
ORA-02304: invalid object identifier literal
SOLUTION:
Use Parameter transform=oid:n in impdp command, it will be looks like
impdp ******* *** ***** transform=oid:n
No comments:
Post a Comment