Hi Raj,
I am already using this view to monitor the execution time of the query but I never noticed the field "TOTAL_RESULT_RECORD_COUNT". This is really gonna help and fit for my requirement but I have a doubt.
This view displays the query details like how many times it was executed, number of times the query was executed and the average time taken for each execution. So my question is if a query with 1 million records result set is executed 3 times then what would be the value shown in the field "TOTAL_RESULT_RECORD_COUNT". Will it be 3 million or 1 million?
I dont find any other field like "AVG_RESULT_RECORD_COUNT" (similar to AVG_EXECUTION_TIME, AVG_EXECUTION_MEMORY_SIZE) in the definition of the view "M_SQL_PLAN_CACHE" so I am not sure how to read the value from "TOTAL_RESULT_RECORD_COUNT".
Thanks,
Ashok. O