Oracle 11.1.0.7.3 升级 9352179,9776431 补丁
拷贝补丁文件Oracle11.1.0.7.3的补丁号是9352179,9776431是基于11.1.0.7.3的一个问题补丁,将补丁文件拷贝到/opt/orabak中,目录
拷贝补丁文件
Oracle11.1.0.7.3的补丁号是9352179,9776431是基于11.1.0.7.3的一个问题补丁,,将补丁文件拷贝到/opt/orabak中,目录结构如下:
/opt/orabak/p9352179_111070_Linux-x86-64.zip
/opt/orabak/p9776431_111073_Linux-x86-64.zip
解压缩安装文件,并赋予权限。
【命令】
# cd /opt/orabak
# unzip /opt/orabak/p9352179_111070_Linux-x86-64.zip
# chmod 777 -R /opt/orabak/9352179
# chown oracle:dba -R /opt/orabak/9352179
# unzip /opt/orabak/p9776431_111073_Linux-x86-64.zip
# chmod 777 -R /opt/orabak/9776431
# chown oracle:dba -R /opt/orabak/9776431
升级Opatch
Opatch是安装oracle补丁的工具,在11.1.0.7上打补丁,需要使用版本为11.1.0.8.1的Opatch。默认的Opatch版本是11.1.0.6.2,路径是$ORACLE_HOME/OPatch/opatch,不能用于安装11.1.0.7.3的补丁,因此需要首先升级Opatch到11.1.0.8.1。请将OPatch安装在/opt/orabak下,否则需要替换下面命令中对应的Opatch路径。
检查Opatch的版本号,以oracle用户登陆,切换到Opatch的目录。
【命令】
# export PATH=/opt/orabak/OPatch:$PATH
# cd /opt/orabak/OPatch
# ./opatch version
Invoking OPatch 11.1.0.8.1
OPatch Version: 11.1.0.8.1
OPatch succeeded.
升级9352179补丁
【命令】
# cd /opt/orabak/9352179
# /opt/orabak/OPatch/opatch apply
… …
Running prerequisite checks...
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit for details.
Email address/User Name:
――注意,这里不要输入任何内容,按回车继续
You have not provided an email address for notification of security issues.
Do you wish to remain uninformed of security issues ([Y]es, [N]o) [N]: y
――注意,这里要输入y,然后按回车继续
OPatch detected the node list and the local node from the inventory. OPatch will patch the local system then propagate the patch to the remote nodes.
上一篇: css中单位em_html/css_WEB-ITnose
下一篇: 基于CI框架的微信网页授权库分析
推荐阅读
-
VMware中linux环境下oracle安装图文教程(二)ORACLE 10.2.05版本的升级补丁安装
-
oracle补丁种类和升级方法
-
Oracle升级2020年4月份的数据库补丁Database Patch Set Update
-
Oracle 11gR2单实例数据库补丁升级记录
-
Oracle RAC升级补丁及中间的错误提示
-
VMware中linux环境下oracle安装图文教程(二)ORACLE 10.2.05版本的升级补丁安装
-
Oracle安装升级:升级到11.2.0.3后一系列错误及修复补丁
-
oracle补丁种类和升级方法
-
Oracle安装升级:升级到11.2.0.3后一系列错误及修复补丁
-
Oracle11gR2以后的补丁升级两种方式