在oracle环境中使用NFS,在mount的时候需要修改一些选项,否则可能导致各种问题,比如ORA-27086和ORA-27054错误。不管你是将Oracle安装在NFS设备也好,是将datafile放置在NFS设备也好,是备份到NFS设备也好,如果出现相关的错误,则需要检查下是否mount的选项有问题。一般只要用hard方式来mount的,都不会有太多问题。

以下内容引自Metalink(Doc ID:359515.1),适用于10.1.0.2以上版本,供参考:

RAC

In the table below

Binaries is the shared mount points where the Oracle Home and CRS_HOME is installed.

Datafiles includes Online Logs, Controlfile and Datafiles

Operating SystemMount options for BinariesMount options for Oracle DatafilesMount options for CRS Voting Disk and OCR

Sun Solaris *rw,bg,hard,nointr,rsize=32768,

wsize=32768,proto=tcp,

noac,vers=3,suidrw,bg,hard,nointr,rsize=32768,

wsize=32768,proto=tcp,noac,

forcedirectio, vers=3,suidrw,bg,hard,nointr,rsize=32768,

wsize=32768,proto=tcp,vers=3,

noac,forcedirectio

AIX (5L) **rw,bg,hard,nointr,rsize=32768,

wsize=32768,proto=tcp,vers=3,

timeo=600cio,rw,bg,hard,nointr,rsize=32768,

wsize=32768,proto=tcp,noac,

vers=3,timeo=600cio,rw,bg,hard,intr,rsize=32768,

wsize=32768,tcp,noac,

vers=3,timeo=600

HPUX 11.23 **** –rw,bg,vers=3,proto=tcp,noac,

hard,nointr,timeo=600,

rsize=32768,wsize=32768,suidrw,bg,vers=3,proto=tcp,noac,

forcedirectio,hard,nointr,timeo=600,

rsize=32768,wsize=32768,suidrw,bg,vers=3,proto=tcp,noac,

forcedirectio,hard,nointr,timeo=600

,rsize=32768,wsize=32768,suid

Linux x86

#rw,bg,hard,nointr,rsize=32768,

wsize=32768,tcp, vers=3,

timeo=600, actimeo=0rw,bg,hard,nointr,rsize=32768,

wsize=32768,tcp,actimeo=0,

vers=3,timeo=600rw,bg,hard,nointr,rsize=32768,

wsize=32768,tcp,noac,vers=3,

timeo=600

Linux x86-64 #rw,bg,hard,nointr,rsize=32768,

wsize=32768,tcp,vers=3,

timeo=600, actimeo=0rw,bg,hard,nointr,rsize=32768,

wsize=32768,tcp,actimeo=0,

vers=3,timeo=600rw,bg,hard,nointr,rsize=32768,

wsize=32768,tcp,vers=3,

timeo=600,noac

Linux – Itaniumrw,bg,hard,nointr,rsize=32768,

wsize=32768,tcp,vers=3,

timeo=600, actimeo=0rw,bg,hard,nointr,rsize=32768,

wsize=32768,tcp,actimeo=0,

vers=3,timeo=600rw,bg,hard,nointr,rsize=32768,

wsize=32768,tcp,noac,vers=3,

timeo=600

* NFS mount option “forcedirectio” is required on Solaris platforms when mounting the OCR/CRS files when using Oracle 10.1.0.4 or 10.2.0.2 or later (Oracle unpublished bug 4466428)

** AIX is only supported with NAS on AIX 5.3 TL04 and higher with Oracle 10.2.0.1 and later (NetApp)

*** NAS devices are only supported with HPUX 11.23 or higher ONLY

# These mount options are for Linux kernels 2.6 and above for older kernels please check Note 279393.1

Due to Unpublished bug 5856342, it is necessary to use the following init.ora parameter when using NAS

with all versions of RAC on Linux (x86 & X86-64 platforms) until 10.2.0.4. This bug is fixed and included in 10.2.0.4 patchset.

filesystemio_options = DIRECTIO

Single InstanceOperating SystemMount options for BinariesMount options for Oracle Datafiles

Sun Solaris *

(8, 9, 10)rw,bg,hard,rsize=32768,

wsize=32768,vers=3,nointr,

proto=tcp,suidrw,bg,hard,rsize=32768,

wsize=32768,vers=3,[forcedirectio or llock],

nointr,proto=tcp,suid

AIX (5L) **rw,bg,hard,rsize=32768,

wsize=32768,vers=3,intr,

timeo=600,proto=tcprw,bg,hard,rsize=32768,

wsize=32768,vers=3,cio,intr,

timeo=600,proto=tcp

HPUX 11.23 ****rw,bg,hard,rsize=32768,

wsize=32768,vers=3,nointr,

timeo=600,proto=tcp,suidrw,bg,hard,rsize=32768,

wsize=32768,vers=3,nointr,

timeo=600,proto=tcp,suid

Linux x86

#rw,bg,hard,rsize=32768,

wsize=32768,vers=3,nointr,

timeo=600,tcprw,bg,hard,rsize=32768,

wsize=32768,vers=3,nointr,

timeo=600,tcp,actime=0*

Linux x86-64 #rw,bg,hard,rsize=32768,

wsize=32768,vers=3,nointr,

timeo=600,tcprw,bg,hard,rsize=32768,

wsize=32768,vers=3,nointr,

timeo=600,tcp,actime=0*

Linux – Itaniumrw,bg,hard,rsize=32768,

wsize=32768,vers=3,nointr,

timeo=600,tcprw,bg,hard,rsize=32768,

wsize=32768,vers=3,nointr,

timeo=600,tcp

* actime=0 or noac can be used

oracle中的mount,Oracle环境中使用NFS的mount选项相关推荐

  1. 计算机图形在虚拟现实中的应用,虚拟现实环境中计算机图形场景实现方法研究...

    [摘要]虚拟现实技术(Virtual Reality,简称VR)是利用计算机技术产生的一种人为虚拟的环境,这种环境可以通过视觉甚至听觉.触觉来感知,用户通过自己的视点直接地.多角度地对环境进行观察.发 ...

  2. anaconda中安装的python环境中没有pip3的问题

    在使用anaconda配置的python环境时,发现在python环境中并没有安装pip3的包,只有pip的 找到安装anaconda的文件夹 点击envs(利用anaconda安装的python虚拟 ...

  3. a fatal error java sigsegv_在Linux中Java运行时环境中的致命SIGSEGV错误

    在 Linux上运行 java应用程序时收到以下错误,导致jvm崩溃: # # A fatal error has been detected by the Java Runtime Environm ...

  4. oracle oaf环配置境,配置Oracle ebs的oaf开发环境的操作步骤

    以下的文章主要是介绍配置Oracle ebs的oaf的下载与相关的配置步骤,以及如何创建快捷方式等相关内容的介绍,同时本文还提及到在配置Oracle ebs的oaf开发环境中配置文件时,应该注意的地方 ...

  5. 验证环境中的program为什么必须是automatic

    最近在项目中,发现验证环境中的顶层的program(一般将program作为验证环境的入口),都是automatic的. 其实Program默认是static的,那么为什么需要把验证环境做成autom ...

  6. 在Intranet环境中保护.NETWeb应用程序方案(转)

    Microsoft Corporation 内容简介 基于 Intranet Web 应用程序的安全性并不是不重要,因为它存在于许多控制网络中,并且对一个限制集合中的用户是可以访问的.不同个体和部门可 ...

  7. Mac M1系统 miniconda安装、配置conda环境,及在conda环境中安装激活QIIME2

    Mac M1系统 miniconda安装.配置conda环境,及在conda环境中安装激活QIIME2 1.适配版本的miniconda软件安装包下载(windows, MAC, LINUX) Min ...

  8. Miniconda的安装与使用及pip在conda环境中的安装

    文章目录 一.Miniconda如何安装? 1.下载miniconda 2.安装 3.环境变量配置 二.Miniconda的内部配置 1.添加conda的镜像服务器 2.创建python3.9虚拟环境 ...

  9. Webpack中的sourcemap以及如何在生产和开发环境中合理的设置sourcemap的类型

    简要介绍:在webpack的官网,给出了十几种sourcemap,那么每一种sourcemap之间有什么区别,本文在理解sourcemap的基础上,分析在生产和开发环境中,应该采用何种形式的sourc ...

  10. 敏捷环境中的TMMi之7-测试计划

    有人调侃说,计划没有用,但不能没有计划. 测试计划的目的是基于识别的风险和已定义的测试策略而确定一套测试方法,并为执行和管理测试活动建立和维护有良好基础的计划.听着就有点绕口. 敏捷环境中的两种计划 ...

最新文章

  1. 贴牌是赢在当下,创牌才会更有未来
  2. Sitecore 9 为什么数据驱动的组织选择它
  3. 如何腾出计算机内存,win7系统(取消)删除虚拟内存让硬盘空间轻松腾出来
  4. 同余方程-NOIP2012TGD2T1
  5. 【图像提取】基于matlab PCA-CSIFT feature图像特征提取【含Matlab源码 1174期】
  6. GB28181国标协议
  7. SSL_2278 Oliver的救援
  8. 关于仿古砖的历史,你知道多少?
  9. 在计算机中关闭应用程序,电脑中如何取消点击关机后出现的还需要关闭程序的提示...
  10. PHP保留两位小数的三种方法
  11. freeswitch实战八(动态生成拨号计划)
  12. 论文笔记004-《Knowledge Graph Alignment Network with Gated Multi-hop Neighborhood Aggregation》
  13. Linux操作系统之文件系统详解
  14. 大数据开发:Spark入门详解
  15. 3D智能抠图算法新思路:实现复杂背景下的通用抠图
  16. java 爬虫 js_使用JavaScript写爬虫
  17. springboot毕设项目济阳区垛石街道政府机关年度绩效考核系统ybgan(java+VUE+Mybatis+Maven+Mysql)
  18. MybatisPlus IPage分页无效
  19. Java编程发展历史
  20. 算法E---欧几里得算法

热门文章

  1. python字符串常用函数-大小写,删除空格,字符串切片
  2. Java中的方法(形参及实参)return返回类型
  3. SourceTree超前一个版本,落后N个版本
  4. Linux下tomcat无法启动/启动后无法用过127.0.0.1:8080访问解决方案
  5. 练习:----点击按钮文字变颜色
  6. AsyncToken模式替换通用的Listener模式
  7. 远程桌面 Web 连接
  8. Centos 云服务器磁盘占用率90%以上的排查解决
  9. Flutter OpenContainer 容器转换过渡 Material Design 设计风格的实践
  10. Flutter AnimatedOpacity 实现透明度渐变动画效果