EXPERT RESPONSE
There's not a direct way to do so. You can read the tables you need and then use UTL_FILE to write to your SQL*Loader parfile or something similar in PL/SQL. You could also simply write a shell script to start SQL*Plus and execute a query that pulls back the data you need and then pipe that data to the next command in your script which would be to run SQL*Loader.
For More Information
|