I am using Oracle 10g
I have a abc.sql file that has many insert statements ( 100 + )
Basically this file will be handed over to another team for execution. I want this abc.sql file to generate abc.log file that has messages like "1 rows inserted" or "commit successful" for each and every insert / commit statement.
The intent is this log file will be sent back to developers for verification , to check if all inserts were successful.
I am not an Oracle SQL expert but i know this is possible ( as i used it in one of my companies before ) , opening the question to SQL experts for their advice and help
Any suggestions ?