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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to enable Async I/O on Solaris

Re: How to enable Async I/O on Solaris

From: Tom Pall <tom_at_cdproc.com>
Date: Fri, 10 Nov 2000 13:30:17 -0600
Message-Id: <10676.121779@fatcity.com>


The default for disk_async_io is true.

Either async i/o is support or not. T'ain't supported on Solaris unless you have raw devices.

Oracle defaults async_io to true on Solaris for two reasons: 1) If not available, the call _should_ fail quickly, Oracle retries without async.

2) Just in case you have one or more raw devices, Oracle will automatically issue async_io calls utilizing them.

I'm not using raw. I have disk_async_io=false in my init files. ----- Original Message -----
From: Jay Mehta <Jmehta_at_ctisinc.com>
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Sent: Thursday, November 09, 2000 3:51 PM Subject: How to enable Async I/O on Solaris

> Hi All,
>
> I have enabled disk_async_io to TRUE at the database level. Is there a
> configuration parameter on Solaris that you need to set to enable Async I/O
> at O/S level?
>
> Thanks,
> Jay
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Jay Mehta
> INET: Jmehta_at_ctisinc.com
>
> 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 Fri Nov 10 2000 - 13:30:17 CST

Original text of this message

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