How to trace a SQL execution ?
I am aware that I can trace each and every SQL statement and we have got different methods to do that. But I am just wondering how I can trace each and every execution of that SQL ? I have got an application batch job which will be executing a select query 100 times within some 10 minutes. I have got the details like total number of executions, total number of disk reads, total number of buffer reads etc and the averaged results per execution. But I want to know the same details separately for the first SQL execution and the