Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ASYNCH I/O

Re: ASYNCH I/O

From: Nuno Souto <nsouto_at_nsw.bigpond.net.au>
Date: Tue, 6 Jul 1999 23:02:39 +1000
Message-ID: <7lt0bt$mep$3@m2.c2.telstra-mm.net.au>


Good question.

I've never heard of a definitive answer.

IME, watch the queue length on the disks that have ORACLE files. Increase maxserver until they bottom out. Stop there. minserver I think has a default value calculated by smut (I mean, SMIT!!!!) :-)

--
Cheers
Nuno Souto
nsouto_at_nsw.bigpond.net.au.nospam
Is there a nospam domain?
http://www.users.bigpond.net.au/the_Den Mitchell Loren <mloren_at_home.com> wrote in message news:378136BB.FB2E13AA_at_home.com...
> Can anyone suggest AIX minserver and maxserver parameters setttings when
> using ASYNC_I/O in Oracle.
>
> Sybrand Bakker wrote:
> >
> > Hi Doug,
> > I will use the AIX implementation as example.
> > On AIX you both need to enable the asynch I/O feature of the OS and set
> > USE_ASYNCH_IO to true.
> > Otherwise it won't work. The two options are complementing each other.
> > The basic idea about asynch i/o is the requesting process doesn't wait for
> > the I/O to complete. This does indeed mean having multiple database writers
> > is useless, when async i/o has been enabled. On AIX the operating system
> > itself will create extra writers, the number of writers is variable and can
> > be changed through SMIT.
> >
> > Hth,
> >
> > Sybrand Bakker, Oracle DBA
> >
> > Doug Cowles <dcowles_at_bigfoot.com> wrote in message
> > news:377FA9F6.5844956E_at_bigfoot.com...
> > > Ran across a statment that multiple database writters are useless if you
> > > are using
> > > Asynch I/O. Does this statement apply to OS Asynch I/O, or the Oracle
> > > simulated
> > > Asynch I/O created with USE_ASYNCH_IO = true, or is it true at all?
> > >
> > > Incidentally, can someone shed some light on what this does
> > > specifically. In other words,
> > > if you are not using Asynch I/O, then database blocks have to be written
> > > out in order?
> > > As opposed to whatever the OS finds convenient by disk drive? Or what?
> > >
> > > - Dc.
> > >
Received on Tue Jul 06 1999 - 08:02:39 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US