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
What is meant by temporal data?
Is left join faster than join?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
What is procedure and function in sql?
What is the usage of nvl function?
What is full join?
what is innodb? : Sql dba
How does join work in sql?
How do you explain an index number?
Explain autonomous transaction.
what is the difference between myisam static and myisam dynamic? : Sql dba
What does stand for in sql?
Is primary key always clustered index?
How is data stored in sql?
What is before and after trigger?