Find the problem with the oracle code

This shows queries that use signifantly greater cycles (and thus are a little suspicious):

select substr(sql_text,1,90),cpu_time from v$sql order by cpu_time;

Leave a Reply

Your email address will not be published. Required fields are marked *