本指南也可以应用到OIM11.1.1.5.1或11.1.1.5.2。

获取修补程序
您将需要以下补丁:

1. Patch Name: 13106312
Product: Oracle SOA Platform
Release: 11.1.1.5.0

2. Patch Name: 13704894
Product: Oracle Identity Manager
Release: 11.1.1.5.0

Initial Setup
Create a directory called “patches”. Extract the contents of the files you have downloaded into the “patches” directory.
Follow the commands given below:
cd ~
mkdir patches
unzip p13106312_111150_Generic.zip -d patches/
unzip p13704894_111150_Generic.zip -d patches/

For more information about the patches and the patching process, read the “README.txt” inside each of the patch directory.

Applying Opatch
The WebLogic Administrator server must be running. The OIM and SOA managed servers must be down. OIM and SOA each has its own Opatch directory and inventory, so make sure you are using the right “ORACLE_HOME” that corresponds to the type of patch you are applying. Also, the “opatch apply” command must be executed inside the directory of each unzipped patch. Follow the instructions given below.

#SOA Patch 13106312
cd ~/patches/13106312
export PATH=/home/oracle/middleware/Oracle_SOA1/OPatch:$PATH
export ORACLE_HOME=/home/oracle/middleware/Oracle_SOA1
opatch apply

#IDM Patch 13704894
cd ~/patches/13704894
export PATH=/home/oracle/middleware/Oracle_IDM2/OPatch:$PATH
export ORACLE_HOME=/home/oracle/middleware/Oracle_IDM2
opatch apply

#Validating the patches has been applied
cd /home/oracle/middleware/Oracle_IDM2/OPatch
export ORACLE_HOME=/home/oracle/middleware/Oracle_IDM2
./opatch lsinventory
cd /home/oracle/middleware/Oracle_SOA1/OPatch
export ORACLE_HOME=/home/oracle/middleware/Oracle_SOA1
./opatch lsinventory

如果你得到下面给出的警告,那么你进行罚款。发生这种情况,因为最新的补丁是累积的,这意味着它们包含以前的修补程序。.

Executing the “patch_oim_wls.sh” Script
Navigate to the “<IDM_HOME>/server/bin” directory and modify the “patch_oim_wls.profile” file. Add the following information to the “patch_oim_wls.profile” and adjust the variable accordingly:

cd /home/oracle/middleware/Oracle_IDM2/server/bin

vim patch_oim_wls.profile

ant_home=/home/oracle/middleware/modules/org.apache.ant_1.7.1

java_home=/usr/java/jdk1.6.0

mw_home=/home/oracle/middleware

oim_oracle_home=/home/oracle/middleware/Oracle_IDM2

operationsDB.user=DEV_OIM

OIM.DBPassword=weblogic123

operationsDB.driver=oracle.jdbc.OracleDriver

operationsDB.host=192.168.40.101

operationsDB.serviceName=idmdb

operationsDB.port=1521

appserver.type=wls

mdsDB.user=DEV_MDS

mdsDB.password=weblogic123

mdsDB.host=192.168.40.101
mdsDB.port=1521

mdsDB.serviceName=idmdb

weblogic_user=weblogic

weblogic_password=weblogic123

weblogic_host=192.168.40.102

weblogic_port=8001

weblogic.server.dir=/home/oracle/middleware/wlserver_10.3

oimserver_host=192.168.40.102

oimserver_port=14000

oim_managed_server=oim_server1

oim_domain_dir=/home/oracle/middleware/user_projects/domains/oim_domain

soa_home=/home/oracle/middleware/Oracle_SOA1
soa_managed_server=soa_server1

soaserver_host=192.168.40.102

soaserver_port=8005

taskdetails_target_name=soa_server1

Execute the following script:
cd /home/oracle/middleware/Oracle_IDM2/server/bin
./patch_oim_wls.sh

Logs
The logs are located in the “/home/oracle/middleware/Oracle_IDM2/server/setup/deploy-files” directory.
To check what is happening during the “patch_oim_wls” script, execute the following command:
tail -f patch_oim_wls.log

转载于:https://www.cnblogs.com/iyunzhe/p/3541901.html

Patching OIM 11.1.1.5.0 to 11.1.1.5.3相关推荐

  1. 如何OIM 11.1.1.5.0打补丁到11.1.1.5.2

    将OIM11.1.1.5.0安装好之后,如需要打补丁到11.1.1.5.2,则按照如下的步骤: 下载两个patch,一个是SOA的,一个是OIM的.Oracle官方文档说如果想要给OIM打补丁的话就需 ...

  2. ReactOS 0.4.11 发布,Windows 系统的开源替代方案

    开发四年只会写业务代码,分布式高并发都不会还做程序员? >>>   ReactOS 团队发布了 ReactOS 0.4.11 版本,他们表示该版本已完成大量内核方面的工作,这有助于提 ...

  3. Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

    Trident (又称为MSHTML),是微软的窗口操作系统(Windows)搭载的网页浏览器-Internet Explorer的排版引擎的名称. 它的第一个版本随着1997年10月Internet ...

  4. PEACHPIE 0.9.11 版本发布,可以上生产了

    PeachPie在官方博客(https://www.peachpie.io/2018/10/release-0911-visual-studio.html)发布了PeachPie的0.9.11版本 - ...

  5. 搭建实用深度学习环境(Ubuntu16.10+Theano0.8.2+Tensorflow0.11.0rc1+Keras1.1.0)

    在动手安装之前,首先要确定硬件,系统,准备安装软件的版本,确定这些软硬件之间是否相互支持或兼容.本文安装的主要环境和软件如下: Ubuntu16.10+CUDA8.0(cudnn5.1,CNMEM)+ ...

  6. django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.3 or newer is required; you have 0.7.11

    搭建Django2.0+Python3+MySQL5时同步数据库时报错: django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.3 ...

  7. android preferenceactivity 源码,PreferenceActivity PreferenceScreen (3.0/API 11 以前)

    Android提供了一个XML驱动的框架,用于为应用程序创建系统样式的PreferenceScreen. (3.0/API 11 以前)是这样使用的 看代码: mypreference.xml and ...

  8. oracle数据库12下载地址,Oracle 数据库和补丁下载地址 12.1.0.2 11.2.0.4 11.2.0.1

    Oracle 数据库和补丁下载地址 12.1.0.2 11.2.0.4 11.2.0.1  AIX Linux Windows平台 AIX 12.1.0.2 DATABASE DB 数据库软件介质下载 ...

  9. oracle数据库gi,Oracle_RAC数据库GI的PSU升级(11.2.0.4.0到11.2.0.4.8)

    Oracle_RAC数据库GI的PSU升级(11.2.0.4.0到11.2.0.4.8) 本次演示为升级oracle rac数据库,用GI的psu升级,从11.2.0.4.0升级到11.2.0.4.8 ...

最新文章

  1. 华人科学家,Yang-Kieffer算法之父杨恩辉斩获Eric E.Summer奖
  2. 爬取小说 spider
  3. linux LD_LIBRARY_PATH环境变量
  4. leetcode:剑指offer----数组中重复的数字
  5. LeetCode 103. 二叉树的锯齿形层次遍历(Binary Tree Zigzag Level Order Traversal)
  6. C#中设置webBrowser为可编辑模式
  7. 浅入浅出 Android 安全 翻译完成!
  8. 【零基础学Java】—笔记本USB接口案例(二十八)
  9. Mysql中max函数取得的值不是最大
  10. 【Java小工匠聊密码学】--对称加密--DES
  11. IT服务管理(一)服务的演变与整体观
  12. shc加密shell脚本
  13. Long memory is important: A test study on deep-learning based car-following model
  14. Activiti6.0流程引擎学习——(22)activiti的任务管理服务(TaskService)
  15. 前端面试相关题(简易)
  16. ARM探索之旅 03 | 如何使用 ARM FPU 加速浮点计算
  17. 【Kettle Spoon】课程要点简记
  18. PL/SQL-procedure-function-package创建
  19. 【展讯】安卓修改音量等级曲线
  20. 自己动手搞个印象笔记桌面版

热门文章

  1. 2000的笔记本能HTML,我想买一个笔记本,最好是2000--3000元,请高人给个配置单。谢谢,家用的。...
  2. 傻瓜式操作实现华为手机与其他品牌电脑实现NFC一碰传
  3. ubuntu实现定时重启
  4. 阿里云国际站有什么优势吗?
  5. 用自建kinetics-skeleton行为识别数据集训练st-gcn网络流程记录
  6. 30天敏捷结果(3):用三个故事驱动你的一天
  7. DecimalFormat format 方法的使用
  8. ZKNUOJ 1015
  9. CMS知识小结及wordpress的安装与漏洞复现
  10. (九)Linux算时差的方法