Operating System - HP-UX
1771261 Members
2186 Online
109004 Solutions
New Discussion

Re: Server Tuning/Config help

 
SOLVED
Go to solution
Noke
New Member

Re: Server Tuning/Config help

Dave,

turn on fs_async= 1
and then in oracle parameters:
disk_asynch_io=true
filesystemio_options='asynch'

I suspect that your IO utilization is probably high. What happen is when asynch is turned off Oracle has to wait for the IO to complete.

Turn on async io (assume filesystem allow) you will have good sleep hours.