Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> I/O EVENTS
Hi
Can anybody explain the events like
SQL*Net message from client,rdbms ipc message
PX Idle Wait ,slave wait ...
Can I assume a i/o bottleneck from the following statistics as most of the i/o events are having high wait time.
select * from v$system_event
order by TIME_WAITED;
The last few entries are as follows.....
EVENT TOTAL_WAITSTOTAL_TIMEOUTS TIME_WAITED AVERAGE_WAIT
log file sync 29700 1 145295 4.89208754 log file parallel write 30511 2 146311 4.7953525 io done 35551 567 270796 7.61711344 smon timer 278 273 8404285 30231.241 pmon timer 27350 27349 8413237 307.613784 SQL*Net message from client 498526 0 17655561 35.415527 rdbms ipc message 112693 80775 33193981 294.552288 PX Idle Wait 164145 164139 33650049 205.001974 slave wait 433146 392872 40839651 94.2861091
Regards
Bhulu
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu May 16 2002 - 04:33:20 CDT
![]() |
![]() |