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
Explain what is a view?
How do I count rows in sql?
what is a record in a database ? : Sql dba
How to create an array in pl/sql?
Is oracle sql free?
Why use stored procedures?
what is a primary key? : Sql dba
What is a table?
Can you join a table to itself?
Which operator is used in query for pattern matching?
what are the differences between char and varchar? : Sql dba
what is subquery? : Sql dba
What are the three forms of normalization?
How can I get the number of records affected by a stored procedure?
How do you respond to dementia behavior?