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 |
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
write a query to delete similar records in different tables with same structure
How can we avoid duplicating records in a query?
is it mandatory to select all the column in a view then what columns should be selected
How can u find column name from a table which have max value in a row.( not max value)
What language is oracle sql developer?
How you improve the performance of sql*loader? : aql loader
What is use of term?
7. Where would you look for errors from the database design?
What is the primary use of normalization?
what is meant by tuning and tk proof?
Why do we create stored procedures & functions in pl/sql and how are they different?
Oracle (3259)
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)