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: Moving db to linux

Re: Moving db to linux

From: Mladen Gogala <mgogala_at_adelphia.net>
Date: Sat, 28 Feb 2004 14:31:42 -0500
Message-ID: <20040228193142.GA5739@medo.adelphia.net>


No, you don't need any special options. JFS supports "setall" setting on 9.2.0.4. The little program that I wrote in the previous post can be used to test whether direct I/O works or not. Note that "setall" doesn't make sense, since for the async I/O, kernel must contain the async I/O module. Async I/O, howerever, is not a problem, because you can always set db_writer_processes to a value > 1 and all database writes are done bu DBWR processes. So, the thing that you really need is direct I/O.

On 02/28/2004 02:15:19 PM, Uwe Weber wrote:
> Hi,
>
> Mladen Gogala wrote:
>
> > was a recent patch for direct I/O on NetApp. Oracle support told me
> > that if FS supports direct I/O, oracle should be capable of doing
> > direct I/O on that FS. Well, IBM JFS does support direct I/O and
> > 9.2.0.4 was capable of doing it flawlessly.
>
> Do I need a special mount option to use it?
> I cannot find anything about direct I/O or concurrent I/O in
> IBM's docs on www-124.ibm.com/jfs/.
>
> Regards,
> uwe
> ----------------------------------------------------------------
> 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
> -----------------------------------------------------------------
>

-- 
Mladen Gogala
Oracle DBA
----------------------------------------------------------------
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 Sat Feb 28 2004 - 13:28:37 CST

Original text of this message

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