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 |
How to make a copy values from one column to another in sql?
write a qurey for finding the length of the sting.
what is difference between stored procedures and application procedures,stored function and application function?
What is a primary key sql?
query to retrive the employees whose sal is greater than avg sal
What is dynamic SQl and how you will create and execute dynamic sql?
What are the different types of database management systems?
What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
What is pl sql in dbms?
I have a Employee table with columns ename,eid,salary,deptno. How to retrieve sum of salary for each deptno?
What is difference between hql and native sql?
Explain what is a subquery ?