May I know that how can i find which statement is taking more execution time in package?
Thanks in advance.
Comments
Chandan Singh Parihar |
| 16 Dec 2015 3:16 pm
Helpful answer
dbms_profiler helps you to know that what line number in pl sql code is taking what time to get executed by using that we can know what statement is taking most time.
dbms_profiler helps you to know that what line number in pl sql code is taking what time to get executed by using that we can know what statement is taking most time.