InterviewSolution
| 1. |
Describe The Oracle Wait Interface. |
|
Answer» The Oracle Wait INTERFACE is the set of data dictionary tables that STORE information about wait events. Oracle offers multiple views to GIVE information about wait events, such as v$system_event and v$session_event. The Oracle Wait Interface is the set of data dictionary tables that store information about wait events. Oracle offers multiple views to give information about wait events, such as v$system_event and v$session_event. |
|