Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

STATSPACK results

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi

I've got statistic results as follow:

Top 5 Wait Events
~~~~~~~~~~~~~~~~~
Event Waits
-------------------------------------------- ------------
SQL*Net more data to client 32,837
log file parallel write 10,077
log file sync 9,833
SQL*Net break/reset to client 5,752
direct path read 3,626
-------------------------------------------------

and (in another snapshot set):


Top 5 Wait Events
~~~~~~~~~~~~~~~~~
Event Waits
-------------------------------------------- ------------
control file parallel write 484
control file sequential read 48
file open 45
direct path read 17
direct path write 14
-------------------------------------------------

looks like there is a bottleneck writing to
logs/control files.
Do you have any idea on how to correct this situation?

Thanks
Dmitri

 
One possibility for reducing the log file waits is to put your redo logs on a faster device. Specifically try not to put redo logs on RAID 5 devices.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top