Hi
Use package DMS_UTILITY.get_time()
start := DMS_UTILITY.get_time();
select .....
stop := DMS_UTILITY.get_time();


Originally posted by Queyon
How could I know the duration a single SQL statement takes.
Is there any column in V$SQLAREA shows the time?