How to rollback the inserts done by SQL Loader
513417Dec 17 2007 — edited Dec 19 2007Hi,
I am loading few records through sqlloader.
After insertion of these records, I have to join this table with other table and look for some conditions.
If these conditions don't match then I have to rollback the inserts done by Sql Loader.
It seems SQL Loader fires autonomous COMMIT. So I am not able to rollback.
Is there any way to achieve this?
Thanks & Regards,
Avinash.
Pune.
India.