HomeOracleOracle Error SQL*Loader-00606: Object string in INTO TABLE clause is not a local table

Oracle Error SQL*Loader-00606: Object string in INTO TABLE clause is not a local table

Oracle Error Message

SQL*Loader-00606: Object string in INTO TABLE clause is not a local table

Reason for the Error

The synonym specified in the INTO TABLE clause in the SQL*Loader control file specifies a remote object via a database link. Only a synonym for an existing local table can be specified in the INTO TABLE clause.

Solution

Ensure that a local table name or a synonym for a local table is fully specified in the INTO TABLE clause. The table must already exist.

Share:

Leave a Reply

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...