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
Why is there a need for sqlcode and sqlerrm variables?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What is a subquery in sql?
How do I count rows in sql query?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
What are the different datatypes available in PL/SQL?
How do you write an inner join query?
Can we group by two columns in sql?
Is sqlite good enough for production?
What is a table in a database?
How do I make my sql query run faster?
What is the use of nvl function?
When are we going to use truncate and delete?
What is sql and how does it work?
How many types of index are there?