Post-Patching Tasks If Your Starting Point is Release 11.1.1.4.0

Applying the Latest Oracle Fusion Middleware Patch Set 3-15 If you have patched one or more of these components, the tasks in this section must be performed. For more information about system components, refer to Understanding Key Oracle Fusion Middleware Concepts in Oracle Fusion Middleware Administrators Guide. The following tasks must be performed: ■ Section 3.8.4.1, Upgrading System Components ■ Section 3.8.4.2, Updating Configuration Properties in Oracle Identity Federation ■ Section 3.8.4.3, Updating Oracle Configuration Manager Windows Only ■ Section 3.8.4.4, Resolving JDBC Errors in Oracle Reports and Oracle Portal ■ Section 3.8.4.5, Updating the Configuration in SSL-Enabled Oracle Portal Instances

3.8.4.1 Upgrading System Components

This step is required for any system component that is associated with a WebLogic domain. In some cases for example, Oracle WebTier and Oracle Internet Directory, you can choose to create system components that are not associated with any domain; in these cases, you do not have to perform this procedure. After you have patched your system component software that is associated with a WebLogic domain, you must run the ORACLE_ HOME opmnbinupgradenonj2eeapp.sh on UNIX operating systems or ORACLE_HOME \opmn\bin\upgradenonj2eeapp.bat on Windows operating systems script to update your system components. Before running this script, make sure: 1. The Administration Server is up and running. 2. The ORACLE_HOME environment variable has been set to your product’s Oracle home directory. 3. The OPMN instance in the bin directory in the Instance home is up and running. To run the script on UNIX operating systems: cd ORACLE_HOME opmnbin .upgradenonj2eeapp.sh -oracleInstance Instance_Home_Location -adminHost WebLogic_Server_Host_Name -adminPort administration_server_port_number -adminUsername administration_server_user On Windows operating systems: cd ORACLE_HOME \opmn\bin upgradenonj2eeapp.bat -oracleInstance Instance_Home_Location -adminHost WebLogic_Server_Host_Name -adminPort administration_server_port_number -adminUsername administration_server_user

3.8.4.2 Updating Configuration Properties in Oracle Identity Federation

The 11g Release 1 11.1.1.4.0 of Oracle Identity Federation contains several new configuration properties for example, enabling XML schema validation for federation protocol messages that were not available in 11g Release 1 11.1.1.2.0. If you want to 3-16 Oracle Fusion Middleware Patching Guide take advantage of the functionality provided by these new properties, you must run the oif-upgrade-11.1.1.2.0-11.1.1.4.0.py WLST script as follows: 1. On Linux operating systems, enter the bash command: bash 2. Set the DOMAIN_HOME variable to your Oracle Identity Federation Domain home location. 3. Set the ORACLE_HOME variable to your Oracle Identity Federation Oracle home location. 4. Run the setOIFEnv script. On UNIX operating systems: bash export DOMAIN_HOME= full_path_to_domain_home_directory source ORACLE_HOME fedscriptssetOIFEnv.sh On Microsoft Windows operating systems: cd ORACLE_HOME \fed\scripts setOIFEnv.cmd 5. Run the oif-upgrade-11.1.1.2.0-11.1.1.4.0.py script. On UNIX operating systems: cd ORACLE_HOME fedscripts java weblogic.WLST oif-upgrade-11.1.1.2.0-11.1.1.4.0.py On Microsoft Windows operating systems: cd ORACLE_HOME \fed\scripts java weblogic.WLST oif-upgrade-11.1.1.2.0-11.1.1.4.0.py You will be prompted for the WebLogic Server Administrator credentials user name and password and the location of the Managed Server where Oracle Identity Federation is running. You only need to do this for one Managed Server even if you have multiple Managed Servers in your domain.

3.8.4.3 Updating Oracle Configuration Manager Windows Only

If you are patching Oracle Identity Manager or Oracle Portal, Forms, Reports and Discoverer on a Microsoft Windows operating system, you must run some emCCR commands after applying the latest patch set in order for the correct version to appear. emCCR is used by Oracle Configuration Manager, which is used to collect client configuration information and upload it to the Oracle repository: If you are patching Oracle Identity Manager on a Microsoft Windows operating system, you must run some emCCR commands after applying the latest patch set in order for the correct version to appear. emCCR is used by Oracle Configuration Manager, which is used to collect client configuration information and upload it to the Oracle repository: 1. Go to the ORACLE_HOME \ccr\bin directory. 2. Set the ORACLE_CONFIG_HOME environment variable to the Instance home that contains Oracle Configuration Manager. For example: set ORACLE_CONFIG_HOME=C:\Oracle\Middleware\Instances\asinst_ocmoc