Oracle 11gR1
V$SYSTEM_WAIT_CLASS
displays the instance-wide time totals for each registered wait class.
Column | Datatype | Description |
|
| Identifier of the wait class |
|
| Number of the wait class |
|
| Name of the wait class |
|
| Number of times waits of the class occurred |
|
| Amount of time spent in the wait by all sessions in the instance |
|
| Number of times waits of the class occurred, in the foreground session |
|
| Amount of time spent in the wait, in the foreground session |
Note:
1.
select * from V$SYSTEM_WAIT_CLASS where wait_class like '%I/O%';
WAIT_CLASS_ID | WAIT_CLASS# | WAIT_CLASS | TOTAL_WAITS | TIME_WAITED |
1740759767 | 8 | User I/O | 513514014 | 287258245 |
4108307767 | 9 | System I/O | 268399846 | 44366878 |
No comments:
Post a Comment