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 makes a good primary key?
What schema means?
what is unique key constraint? : Sql dba
how to return query output in html format? : Sql dba
What is the use of triggers?
What is compiled query?
what are the join types in tsql? : Transact sql
Enlist the advantages of sql.
what is the difference between delete and truncate commands? : Sql dba
Is nosql faster than sql?
How do I start pl sql?
What is orm in sql?
List the different type of joins?
What are different types of functions in sql?
what are the differences between binary and varbinary? : Sql dba