This LKM loads flat file data into Oracle by using the SQL*LOADER utility. Call to SQL*LOADER is made and stdout and stderr are redirected into log files. A specific ...
The mentioned tool can be run in two different execution modes. sql_ldr: This is Oracle SQL Loader utility concept. Following is the execution flow when you use the sql_ldr option.
Sets the ORACLE SQL*Loader option DIRECT to TRUE, enabling the SQL*Loader to use Direct Path Load to insert rows into a table. Sets the ORACLE SQL*Loader option DIRECT to FALSE, enabling the ...