ERROR | 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. |