Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Need to find out the execution time of all the views and stored procedure

Albert ChaoDec 1 2022

Hi Team,
I am wondering if we have anything in place in the oracle database which will give me the execution time of all the views and stored procedures.
For views - When I am executing manually using select * from view; this is fetching the results from the cache memory and giving the execution time which is less. But originally the views were taking more than 4secs to give the results. So, I need to find out the execution time of all views and stored procedures. Is there any way to find out these details as this is required for performance tuning purposes?
Database version: Oracle SQL Developer (19c)

Thanks in advance.

Comments

Post Details

Added on Dec 1 2022
4 comments
1,113 views