I am getting an error SQL*Loader-606, which means:
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.
Is there any way we can insert into remote table using SQL*Loader?