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: Having problem with creating oracle database on NFS mounted datafiles

Re: Having problem with creating oracle database on NFS mounted datafiles

From: Johan Wegener <xjohan.xwegener_at_xtietoenator.xcom>
Date: Thu, 8 Nov 2001 13:54:29 +0100
Message-ID: <3bea8034$0$2034$edfadb0f@dspool01.news.tele.dk>


Personally, I would advice against using NFS for Oracle database files. This is from a performance point of view.

Not all NFS implementations are supported. The Oracle server must be able to verify that file writes have been made to disk. File systems that do not support this verification are not supported for use with Oracle databases. Check with your vendor or Oracle suppport.

Regards,
Johan

"Alok Srivastava" <aloks_at_alidian.com> wrote in message news:64c5bc6f.0111071508.1866b5df_at_posting.google.com...
> Hi,
> I am trying to install an oracle database (oracle 8i on solaris) using
> the NetApp NFS as the mounted data files. I am following all the steps
> but it is behaving strange.
> specifically it hangs while running the inbuild SQL creation script
>
> $ORACLE_HOME/rdbms/admin/catproc.sql and specifically in
> $ORACLE_HOME/rdbms/admin/dbmstrig.sql around line 210 every time.
> So I need to have some additional steps performed in addition to
> normal mounting stuffs?
>
> Am I missing anything?
> Please advise,
> Thanks in advance,
> Alok
Received on Thu Nov 08 2001 - 06:54:29 CST

Original text of this message

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