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

Home -> Community -> Mailing Lists -> Oracle-L -> how to disable AIO

how to disable AIO

From: biti_rainy <biti_rainy_at_itpub.net>
Date: 25 May 2004 10:16:26 -0000
Message-Id: <20040525095239.225F372C0A8@turing.freelists.org>


hi,all

oracle told us

 If asynchronous I/O needs to be disabled for some reason, please execute the following steps :

  1. cd to $ORACLE_HOME/rdbms/lib
  2. make -f ins_rdbms.mk async_off
  3. make -f ins_rdbms.mk ioracle
  4. set 'disk_asynch_io=false' (default value is true)

if i set 'disk_asynch_io=false' but not compile the kernel , is there any problems ?

can I distable AIO like this ?

i guess the code like this
#ifdef async_off
code....
#endif

>----------------------------------------------------------------
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>----------------------------------------------------------------
>To unsubscribe send email to: oracle-l-request_at_freelists.org
>put 'unsubscribe' in the subject line.
>--
>Archives are at http://www.freelists.org/archives/oracle-l/
>FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
>-----------------------------------------------------------------
>
>.

        



----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Tue May 25 2004 - 05:06:37 CDT

Original text of this message

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