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: Datafiles on nfs mounts.

RE: Datafiles on nfs mounts.

From: Kevin Closson <kevinc_at_polyserve.com>
Date: Wed, 7 Feb 2007 14:35:29 -0800
Message-ID: <5D2570CAFC98974F9B6A759D1C74BAD00280C89B@ex2.ms.polyserve.com>


The patch for Linux 9i that gets open with O_DIRECT is 2448994      


From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Kevin Closson Sent: Wednesday, February 07, 2007 2:16 PM To: freelists
Subject: RE: Datafiles on nfs mounts.  

rw,bg,vers=3,proto=tcp,hard,intr,rsize=32768,wsize=32768,forcedirectio

refer: http://www.netapp.com/library/tr/3369.pdf

FYI: forcedirectio is an NFS mount options relevant in a Solaris environment. It is not used for Linux clients.

I also see that referenced PDF has no mention of the filesystemio_options parameter either. Ugh.

For a Linux client, use:

rw,bg,hard,nointr,tcp,vers=3,timeo=300,rsize=32768,wsize=32768,actimeo=0  

Now, 9i does require a patch with the Linux port so that Oracle will do an open(,O_DIRECT,) of NFS files subsequent to setting

filesystemio_options=DirectIO

I'll have to dig for that patch number.

Hmmm...blog entry time      

maybe it works.

On 2/7/07, Niall Litchfield <niall.litchfield_at_gmail.com> wrote:

Per note 359515.1 nfs mounts are supported for datafiles with oracle 10. Does anyone know if the same applies for 9.2 databases? I urgently need to create a clone of a 9.2 environment, but suprise surprise don't have disk space available directly attached to the server. And yes I have opened a tar, but figure someone where must have done this, been bitten etc etc.

--

Niall Litchfield
Oracle DBA
http://www.orawin.info

--

My blog: http://dbanotes.net

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Feb 07 2007 - 16:35:29 CST

Original text of this message

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