What are wait events. Describe the wait event tables.
Answer / 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 |
what is a trigger in mysql? Define different types of trigger. : Sql dba
Is sql procedural language?
what is the difference between myisam static and myisam dynamic? : Sql dba
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
Define the select into statement.
what are enums used for in mysql? : Sql dba
What does “select count(1) from tab” result?
what is the difference between pragma exception_init and raise_application_error
1 Answers Aetins, State Street,
What is the primary key?
What are functions in sql?
How to connect a sql*plus session to an oracle server?
Can ddl statements be used in pl/sql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)