企业网站建设公司地址,网络营销的培训课程,哪家网站做公司最好,网站交易网在oracle环境中使用NFS#xff0c;在mount的时候需要修改一些选项#xff0c;否则可能导致各种问题#xff0c;比如ORA-27086和ORA-27054错误。不管你是将Oracle安装在NFS设备也好#xff0c;是将datafile放置在NFS设备也好#xff0c;是备份到NFS设备也好#xff0c;如果…在oracle环境中使用NFS在mount的时候需要修改一些选项否则可能导致各种问题比如ORA-27086和ORA-27054错误。不管你是将Oracle安装在NFS设备也好是将datafile放置在NFS设备也好是备份到NFS设备也好如果出现相关的错误则需要检查下是否mount的选项有问题。一般只要用hard方式来mount的都不会有太多问题。以下内容引自Metalink(DocID:359515.1)适用于10.1.0.2以上版本供参考RACIn the table belowBinaries is the shared mount points where the Oracle Home andCRS_HOME is installed.Datafiles includes Online Logs, Controlfile and DatafilesOperating SystemMount options for BinariesMount options for Oracle DatafilesMount options for CRS Voting Disk and OCRSun Solaris *rw,bg,hard,nointr,rsize32768,wsize32768,prototcp,noac,vers3,suidrw,bg,hard,nointr,rsize32768,wsize32768,prototcp,noac,forcedirectio, vers3,suidrw,bg,hard,nointr,rsize32768,wsize32768,prototcp,vers3,noac,forcedirectioAIX (5L) **rw,bg,hard,nointr,rsize32768,wsize32768,prototcp,vers3,timeo600cio,rw,bg,hard,nointr,rsize32768,wsize32768,prototcp,noac,vers3,timeo600cio,rw,bg,hard,intr,rsize32768,wsize32768,tcp,noac,vers3,timeo600HPUX 11.23 **** –rw,bg,vers3,prototcp,noac,hard,nointr,timeo600,rsize32768,wsize32768,suidrw,bg,vers3,prototcp,noac,forcedirectio,hard,nointr,timeo600,rsize32768,wsize32768,suidrw,bg,vers3,prototcp,noac,forcedirectio,hard,nointr,timeo600,rsize32768,wsize32768,suidLinux x86#rw,bg,hard,nointr,rsize32768,wsize32768,tcp, vers3,timeo600, actimeo0rw,bg,hard,nointr,rsize32768,wsize32768,tcp,actimeo0,vers3,timeo600rw,bg,hard,nointr,rsize32768,wsize32768,tcp,noac,vers3,timeo600Linux x86-64 #rw,bg,hard,nointr,rsize32768,wsize32768,tcp,vers3,timeo600, actimeo0rw,bg,hard,nointr,rsize32768,wsize32768,tcp,actimeo0,vers3,timeo600rw,bg,hard,nointr,rsize32768,wsize32768,tcp,vers3,timeo600,noacLinux – Itaniumrw,bg,hard,nointr,rsize32768,wsize32768,tcp,vers3,timeo600, actimeo0rw,bg,hard,nointr,rsize32768,wsize32768,tcp,actimeo0,vers3,timeo600rw,bg,hard,nointr,rsize32768,wsize32768,tcp,noac,vers3,timeo600* NFS mount option “forcedirectio” is required on Solarisplatforms when mounting the OCR/CRS files when using Oracle10.1.0.4 or 10.2.0.2 or later (Oracle unpublished bug4466428)** AIX is only supported with NAS on AIX 5.3 TL04and higher with Oracle 10.2.0.1 and later (NetApp)*** NAS devices are only supported with HPUX 11.23or higher ONLY# These mount options are for Linux kernels 2.6and above for older kernels please check Note 279393.1Due to Unpublished bug 5856342, it is necessary to use thefollowing init.ora parameter when using NASwith all versions of RAC on Linux (x86 X86-64platforms) until 10.2.0.4. This bug is fixed and included in10.2.0.4 patchset.filesystemio_options DIRECTIOSingleInstanceOperating SystemMount options for BinariesMount options for Oracle DatafilesSun Solaris *(8, 9, 10)rw,bg,hard,rsize32768,wsize32768,vers3,nointr,prototcp,suidrw,bg,hard,rsize32768,wsize32768,vers3,[forcedirectio or llock],nointr,prototcp,suidAIX (5L) **rw,bg,hard,rsize32768,wsize32768,vers3,intr,timeo600,prototcprw,bg,hard,rsize32768,wsize32768,vers3,cio,intr,timeo600,prototcpHPUX 11.23 ****rw,bg,hard,rsize32768,wsize32768,vers3,nointr,timeo600,prototcp,suidrw,bg,hard,rsize32768,wsize32768,vers3,nointr,timeo600,prototcp,suidLinux x86#rw,bg,hard,rsize32768,wsize32768,vers3,nointr,timeo600,tcprw,bg,hard,rsize32768,wsize32768,vers3,nointr,timeo600,tcp,actime0*Linux x86-64 #rw,bg,hard,rsize32768,wsize32768,vers3,nointr,timeo600,tcprw,bg,hard,rsize32768,wsize32768,vers3,nointr,timeo600,tcp,actime0*Linux – Itaniumrw,bg,hard,rsize32768,wsize32768,vers3,nointr,timeo600,tcprw,bg,hard,rsize32768,wsize32768,vers3,nointr,timeo600,tcp* actime0 or noac can be used