Database Error Messages

SQL*Loader-00606

Object string in INTO TABLE clause is not a local table

Cause

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.


Action

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.