Deleting Oracle WebLogic Server 11g Release 1 10.3.3 You need to create a new

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. Applying the Latest Oracle Fusion Middleware Patch Set 3-31 ps:Catalog xmlns:ps=oracle.bi.presentation.servicesconfigv1.1 ps:UpgradeAndExittrueps:UpgradeAndExit ps:Catalog 5. Start Oracle BI Presentation Services using the following OPMN command the update the catalogs: opmnctl startproc ias-component=coreapplication_obips n For example, on a UNIX operating system: cd ORACLE_INSTANCE bin .opmnctl startproc ias-component=coreapplication_obips1 On a Windows operating system: cd ORACLE_INSTANCE \bin opmnctl startproc ias-component=coreapplication_obips1 6. After the catalogs are updated, edit the instanceconfig.xml file again and change the upgradeAndExit option back to false. 7. Restart Oracle BI Presentation Services using Fusion Middleware Control.

3.8.10.3 Updating Oracle Real-Time Decisions

This section describes how to upgrade Oracle Real-Time Decisions RTD. The following steps are required: ■ Section 3.8.10.3.1, Update the rtd_ils Resource Type Using WLST ■ Section 3.8.10.3.2, Add Permissions to the BIAdministrator Principle Using EM ■ Section 3.8.10.3.3, Removing JMS

3.8.10.3.1 Update the rtd_ils Resource Type Using WLST Perform the following to add

actions to the rtd_ils resource type: 1. Navigate to the MW_HOME oracle_commoncommonbin on UNIX operating systems or MW_HOME \oracle_common\common\bin on Windows operating systems directory. 2. Launch the WebLogic Scripting Tool WLST. On UNIX operating systems: .wlst.sh On Windows operating systems: wlst.cmd 3. Connect to the WebLogic Server using the connect command: connect‘ adminuser ‘, ‘ adminuser_password ‘, ‘t3: admin_server_host : admin_ server_port ‘ Replace adminuser and adminuser_password with the name and password of the Administrator you provided during the Oracle BI installation. Replace admin_ server_host and admin_server_port with the host name and port number of the system where Oracle WebLogic Server is running. Below is a sample command: connectexampleuser, examplepassword, t3:examplehost:7001