Month: February 2010
-
IMP-00017: following statement failed with ORACLE error 2304
nnnnnOracle import fails when importing into the same database but to a different schema, with this error. Problem is the type is exported with its object id (OID) in it’s definition. When oracle tries to recreate it in a different schema it fails because OID is unique database wide. Here are the solutions. nnOn oracle…