Forum OpenACS Q&A: Re: get sqlplus to send rows to /dev/null ?

Collapse
Posted by Stewart Bryson on
SET TERMOUT OFF

This command tells SQL-PLUS not to return the rows. Then I do a "alter session set sql_trace=true;" and then tkprof the resulting trace file to see the elapsed time.