Database Error Messages

ORA-39179

unable to load table "string"."string" because of OID transform

Cause

The OID transform for the job was set to false and the identified table contained either VARRAYs with non-final types or unscoped REF columns. Both of these column types have embedded OIDs so they cannot be imported correctly when OIDs are not preserved.


Action

You must manually move the data with the specified tables when OIDs are not preserved.