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


Please Help Members By Posting Answers For Below Questions

What is sql select statement?

509


How many rows can sqlite handle?

591


What does fetching a cursor do?

621


Is left join faster than inner join?

626


What is the unique index?

532






If a cursor is open, how can we find in a pl/sql block?

681


What does a pl/sql package consist of?

518


what is an extent ? : Sql dba

584


Why trigger is used in sql?

537


What are the subsets of sql?

553


Is sql the best database?

504


Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql

538


how can I make a script that can be bi-language (supports english, german)? : Sql dba

542


How to sort the rows in sql.

605


how to check myisam tables for errors? : Sql dba

612