Hi,
I am trying to suppress the query output in SQL Developer. The query returns close to 50,000 records and the goal is to gauge the query run time. I have seen different approaches like wrap the query inside select count(*) block etc but they do not seem to provide even somewhat realistic runtime in my case.
So, I am having to resort to SQL Developer's built in display time for a script execution task. As the output volume is huge, rendering it affects the display time and hence the need to turn off the output altogether.
SQL Developer version: 20.4.1.407