Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are wait events. Describe the wait event tables.



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

Post New Answer

More SQL PLSQL Interview Questions

what is a trigger in mysql? Define different types of trigger. : Sql dba

0 Answers  


Is sql procedural language?

0 Answers  


what is the difference between myisam static and myisam dynamic? : Sql dba

0 Answers  


write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba

0 Answers  


Define the select into statement.

0 Answers  


what are enums used for in mysql? : Sql dba

0 Answers  


What does “select count(1) from tab” result?

10 Answers   IBM,


what is the difference between pragma exception_init and raise_application_error

1 Answers   Aetins, State Street,


What is the primary key?

0 Answers  


What are functions in sql?

0 Answers  


How to connect a sql*plus session to an oracle server?

0 Answers  


Can ddl statements be used in pl/sql?

0 Answers  


Categories