We have one Package(which has many function/procedures, SQL
quires etc).
Now we need to check, which query or procedure is taking lot
of time in that Package. ?
How do we do it.
Answers were Sorted based on User's Feedback
Answer / bupesh
There are various ways to do this :
1) We can run individual objects (Procedures and Functions)
to get the timestamps and then work on the one with slow
performance.
2) We can also get the trace of the entire Package and
identify the slow objects.
3) We can use DBMS_APPLICATION_INFO to gather the
statistics at runtime using V$SESSION
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / ammar takieddin
By using DBMS_PROFILER or DBMS_UTILITY.GET_TIME
| Is This Answer Correct ? | 5 Yes | 0 No |
List out the types of joins.
How to pass a parameter to a cursor in oracle?
What are the execution control statements in oracle?
5. Display full details for the creditor/s who has received the single largest payment. Do not use a table join or set operator anywhere in your query.
What is dictionary cache ?
State all possible different index configurations a table can possibly have?
What are transaction isolation levels supported by oracle?
What is the difference between a hot backup and a cold backup in oracle?
Where are the settings stored for each instance in oracle?
What are the types of partitions in oracle?
Explain cascading triggers.
how to see the data (in unix) using dataset in datastage?