Add new comment

Reparsing SQL Statements

Get the parse time CPU and CPU figures used by this session:

select * 
  from v$sysstat 
  where name in ('parse time cpu', 'parse time elapsed', 'parse count (hard)');

Technology: