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.