Updating an Oracle Service Bus Domain After Applying the Latest Patch Set

3-30 Oracle Fusion Middleware Patching Guide ■ Section 3.8.10.3, Updating Oracle Real-Time Decisions

3.8.10.1 Updating Oracle Business Intelligence Code Grants

If you are updating to the latest version of Oracle Business Intelligence BI from Release 11.1.1.3.0, you must run the bi-upgrade.py script in each Oracle BI domain. This script configures the code grants necessary to ensure that SSL works correctly for Oracle BI, and must be run even if SSL is not used. To run the script on UNIX operating systems: cd MW_HOME oracle_commoncommonbin .wlst.sh BI_ORACLE_HOME binbi-upgrade.py --bioraclehome BI_ORACLE_HOME --domainhome bi_domain_home To run the script on Windows operating systems: cd MW_HOME \oracle_common\common\bin wlst.cmd BI_ORACLE_HOME \bin\bi-upgrade.py --bioraclehome BI_ORACLE_HOME --domainhome bi_domain_home Replace BI_ORACLE_HOME with the full path to your Business Intelligence Oracle home location, and replace bi_domain_home with the full path to your Business Intelligence domain home location.

3.8.10.2 Updating Oracle Business Intelligence Catalogs

When updating your Oracle Business Intelligence BI software from Release 11.1.1.3.0 to 11.1.1.5.0, you must manually update your Oracle BI Presentation Catalogs. Instructions are provided below: 1. Shut down Oracle BI Presentation Services using Oracle Enterprise Manager. For details, see Using Fusion Middleware Control to Start and Stop Oracle Business Intelligence System Components and Java Components in Oracle Fusion Middleware System Administrators Guide for Oracle Business Intelligence Enterprise Edition. 2. Back up your Release 11.1.1.3.0 catalogs by using the 7-Zip utility to create a compressed file for it. 3. Create a backup copy of the instanceconfig.xml file. The instanceconfig.xml file is located in the ORACLE_ INSTANCE configOracleBIPresentationServicesComponentcoreapp lication_obips n on UNIX operating systems or ORACLE_ INSTANCE \config\OracleBIPresentationServicesComponent\coreapp lication_obips n on Windows operating systems directory. 4. Change the upgradeAndExit option to true in the instanceconfig.xml file. Find the following code: ps:Catalog xmlns:ps=oracle.bi.presentation.servicesconfigv1.1 ps:UpgradeAndExitfalseps:UpgradeAndExit ps:Catalog Change it to the following: Note: Before you continue, make sure you have performed the tasks in Section 3.8.4, Post-Patching Tasks for System Components to update your Oracle Business Intelligence system components.