1.

Explain Wait Events.

Answer»

Wait event occurs when a USER PROCESS is kept WAITING because of some problem, such as an I/O bottleneck or a busy CPU.
The information about wait event is available in the V$SYSTEM_WAIT and V$SESSION_WAIT DYNAMIC performance views.

Wait event occurs when a user process is kept waiting because of some problem, such as an I/O bottleneck or a busy CPU.
The information about wait event is available in the V$SYSTEM_WAIT and V$SESSION_WAIT dynamic performance views.



Discussion

No Comment Found