Hello
I am loading a table with sql*loader.
My flat file has around 10 million lines.
I am doing commit every 1000 records.
Is it possible for me to get this commit message and insert into a table.
Or is it possible to get the number of rows inserted and the begin time and end time of the sql loader without going to the log file.
Is there any system table can give me this details.
Thanks for the help
Naeem