1 软件环境
OPatch:11.2.0.3.10
PSU:p28204707_112040_Linux-x86-64.zip
2 查看数据库组件版本
set line 188
col product for a50
col version for a15
col version_full for a15
col status for a15
select * from product_component_version;
3 查看OPatch版本
$ORACLE_HOME/OPatch/opatch version
4 查看已安装PSU信息
$ORACLE_HOME/OPatch/opatch lsinventory
5 安装PSU
停止数据库实例
shutdown immediate
解压PSU
unzip p28204707_112040_Linux-x86-64.zip
应用PSU
cd 28204707
$ORACLE_HOME/OPatch/opatch apply
注册PSU
startu