How to use DBMS_UTILITY.GET_TIME?
sql_devMay 9 2008 — edited May 9 2008I am using DBMS_UTILITY.GET_TIME to calculate the performance of my procedures.
its returning the values before and after the execution of my procedure. How to get the difference in seconds?
Currently i am dividing the difference by 1000.Is it correct?
-Ram