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.

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

Describe different types of general function used in sql?

1092


What is right join sql?

1013


What is union and union all keyword in sql?

1111


How to Declare Fixed Length String Value In PL SQL

1207


What is flag in sql?

1099


What language is oracle sql developer?

1071


What is the difference between in and between in sql?

1109


what are the features and advantages of object-oriented programming? : Sql dba

1073


How can I get the number of records affected by a stored procedure?

1118


What is sql partition?

1165


What is the difference between sum and count in sql?

1039


How to convert comma separated string to array in pl/sql?

1241


What is union?

1251


What is a recursive join sql?

1116


What is sql exception?

1012