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 are the advantages and disadvantages of views in a database? : Sql dba

522


What is meant by temporal data?

532


what is heap table? : Sql dba

597


what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql

488


How does sql*loader handles newline characters in a record? : aql loader

578






What is pl/sql language case sensitive?

627


How bulk collect improves performance?

564


How to write pl sql program in mysql command prompt?

504


what are the different type of sql's statements ? : Sql dba

511


what are all types of user defined functions? : Sql dba

534


How much does sql cost?

512


tell us something about heap tables. : Sql dba

589


Define commit?

537


Explain what is table in a database?

567


What is java sql drivermanager?

539