Oracle Error ORA-39179: unable to load table “string”.”string” because of OID transform

Oracle Error Message

ORA-39179: unable to load table “string”.”string” because of OID transform

Reason for the Error

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

Solution

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