Oracle-Monitor suppress fetch line

Hi,

while having queries with 1000 result-record the Oracle-Monitor shows many lines
  • 00:04.125 00:00.001 Query.Next for up to 25 records (25 records processed)
And I've to scroll to much finding the essential selects.
I didn't find an option neither in the dialog nor in help.
 
There is currently no functionality to suppress specific actions.

Slightly off topic: for large result sets it maybe useful (performance wise) to increase the ReadBuffer property. This way you get fewer fetch operations, and fewer network roundtrips. And less logging in the Oracle Monitor.
 
Back
Top