Hi Experts,
I have small doubt with SQL Loader.
While working with SLQ Loader Program, do we have to mention the 'commit' in the package after calling the SQL Loader Program?
For example,
1. I am using the 'Direct Path Load' and didn't mention the 'commit' in my package after calling this Loader Program. Then what will be the result? Does the data is stored in staging table?
2. I am using the 'Conventional Path Load' and didn't mention the 'commit' in my package after calling this Loader Program. Then what will be the result? Does the data is stored in staging table?
3. Also,
whether it is 'Direct Path Load' or 'Conventional Path Load' or
whether I mentioned 'rows=xxx' in control file or not or
whether I added 'commit' in my package or not after calling the Loader Program,
What will be the status of data in Staging Table, if there is any errors during the SQL Loader.
Thanks in Advance,
Bommi