11.2.0.3 的 p13936424_112030_Linux-x86-64.zipvim
1、中止在線服務模式下、單機版安裝bash
一、oracle 的補丁安裝工具目錄oracle
/u01/app/oracle/product/11.2.0/db_1/OPatchapp
二、修改環境變量ide
vim .bash_profile工具
添加:/u01/app/oracle/product/11.2.0/db_1/OPatch 到PATH後面便可ui
export PATH=$PATH:$ORACLE_HOME/bin:.:/u01/app/oracle/product/11.2.0/db_1/OPatchthis
三、解壓補丁文件spa
unzip p13936424_112030_Linux-x86-64.zipcomponent
四、中止oracle、中止監聽程序
srvctl status database -d codb0
srvctl stop database -d codb0
lsnrctl status
lsnrctl stop
五、安裝補丁
cd 13936424
[oracle@ctp-codb0 13936424]$ opatch apply
Invoking OPatch 11.2.0.1.7
Oracle Interim Patch Installer version 11.2.0.1.7
Copyright (c) 2011, Oracle Corporation. All rights reserved.
Oracle Home : /u01/app/oracle/product/11.2.0/db_1
Central Inventory : /u01/app/oraInventory
from : /etc/oraInst.loc
OPatch version : 11.2.0.1.7
OUI version : 11.2.0.3.0
Log file location : /u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/opatch2014-03-11_13-07-37PM.log
Applying interim patch '13936424' to OH '/u01/app/oracle/product/11.2.0/db_1'
Verifying environment and performing prerequisite checks...
Do you want to proceed? [y|n]
y
User Responded with: Y
All checks passed.
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/u01/app/oracle/product/11.2.0/db_1')
Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files...
Patching component oracle.rdbms, 11.2.0.3.0...
Patch 13936424 successfully applied
Log file location: /u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/opatch2014-03-11_13-07-37PM.log
OPatch succeeded.
2、在線安裝以及RAC模式安裝,見補丁包內README.txt便可。
3、補丁包:p13936424_112030_Linux-x86-64.zip見附件