What are wait events. Describe the wait event tables.
Answer Posted / surya
Many of these wait events are tied to the internal implementation of Oracle and therefore are subject to change or deletion without notice. Application developers should be aware of this and write their code to tolerate missing or extra wait events.
The following SQL statement displays an alphabetical list of all Oracle wait events and the wait class to which they belong:
SQL> SELECT name, wait_class FROM V$EVENT_NAME ORDER BY name;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Describe different types of general function used in sql?
What is right join sql?
What is union and union all keyword in sql?
How to Declare Fixed Length String Value In PL SQL
What is flag in sql?
What language is oracle sql developer?
What is the difference between in and between in sql?
what are the features and advantages of object-oriented programming? : Sql dba
How can I get the number of records affected by a stored procedure?
What is sql partition?
What is the difference between sum and count in sql?
How to convert comma separated string to array in pl/sql?
What is union?
What is a recursive join sql?
What is sql exception?