I was wondering if there was a way I can execute a SQL Loader script from SQL Plus.
We are using Oracle 10g.
|
|
|
An alternative technique may be to use an external table. There is no need to take your CSV (or whatever) file and load it in a separate step. Simply declare your external table in the correct format (this is almost identical to a SQL*Loader parfile, but wrapped in a |
||||
|
|
|
You should be able to run it via the
|
|||
|
|