After You Upgrade Upgrade Overview

Upgrading Oracle Identity Manager Environment 13-11

13.2.3 Running OSI Data Upgrade Utility

You must run the OSI Data Upgrade utility for Oracle Identity Manager 9.1 before you start the upgrade process. To do so, refer to the note 1303215.1 at https:support.oracle.com .

13.2.4 Running Schedule Task to Process the Audit Messages

Oracle recommends you to run the Issue Audit Messages Task schedule task to process pending audit messages for Oracle Identity Manager 9.1.

13.2.5 Emptying JMS queues

You must empty the JMS queues to ensure that the JMS messages are processed before you start the upgrade. To do so, complete the following:

1. Disable access by end-users, SPML, or API clients to Oracle Identity Manager. The

steps to do this will depend on your existing environment. For example, you can modify the firewall configuration to deny end-users access to Oracle Identity Manager or if you have fronted the Oracle Identity Manager application server with a Oracle HTTP server then you can shutdown the Oracle HTTP server but ensure that the application server is up and running. Any SPML or API clients For example, Active Directory Password Synch or any custom clients can be shutdown.

2. Disable all scheduled tasks using the Design Console. For more information, see

Oracle Identity Manager Design Console Guide.

3. Monitor the JMS queues and allow Oracle Identity Management to run for some

time, until all JMS queues except error queues e.g. xlErrorQueue, are empty.

4. Stop the Oracle Identity Manager 9.1. Depending on the application server you

use, see the Oracle Identity Management Release 9.1.0.1 documentation library for more information.

13.2.6 Circular Dependencies for Approval Workflow

Oracle Identity Manager 11g does not support circular dependencies for approval workflow where a approval task you create for example task1 response to another approval task for example task2, and task2 response is set to task1. Before you start the upgrade process, you must remove task2 from the response generated tasks in task1 using the Design Console. For more information, see Oracle Identity Manager Design Console Guide. Notes: ■ Ensure that you back up your existing Oracle Identity Manager database as described in Section 13.2.1, Backing Up the Oracle Identity Manager 9.1 Database . ■ OSI Data Upgrade utility is available with the Oracle Identity Manager 9.1.0.2 Bundle Patch 15. See: For more information, see the Oracle Identity Management Release 9.1.0.1 documentation library at: http:download.oracle.comdocscdE14049_ 01index.htm 13-12 Oracle Fusion Middleware Upgrade Guide for Oracle Identity Management

13.3 Task 1: Identify and Prepare Oracle Database for Oracle Identity Manager 11g Optional

This is an optional step, for an out-of-place upgrade using a new database instance and schema. Before upgrading to Oracle Identity Manager 11g, you must decide on one of the following option for the Oracle database: ■ Importing the Existing Oracle Identity Manager 9.1 Database ■ Installing a New Oracle Database The database must also be compatible with Oracle Fusion Middleware Repository Creation Utility RCU, which is used to create the schemas that Oracle Identity Management components require. For information about RCU requirements, refer to the system requirements document at the following Web site: http:www.oracle.comtechnetworkmiddlewareiasdownloadsfusion-requirements-1 00147.html

13.3.1 Importing the Existing Oracle Identity Manager 9.1 Database

You can import the Oracle Identity Manager 9.1 Database to Oracle Identity Manager 11g database. To do so, complete the following steps:

1. Set the environment variables, by running the following commands on the

command line: export ORACLE_HOME= Installlation directory of oracle Database, for example: appproduct11.1.0db_1 export ORACLE_SID=orcl export PATH=PATH:appproduct11.1.0db_1bin 2. Create the user, by running prepare_xl_db.sh command Located at: OIM9101installServerXelleratedboracle in UNIX or prepare_ xl_db.bat command Located at: OIM9101\installServer\Xellerate\db\oracle in Windows on the command line and enter the required information as shown in the following example: Enter the ORACLE HOME directory or Press [Enter] to accept the default Oracleproduct11.1.0db_1 as ORACLE_HOME. Current database ORACLE_SID is orcl Do you want to continue with this database [y,Y,n,N] ? y Enter the Oracle Identity Manager user name oim1 Enter the password for Oracle Identity Manager oimn1 user Enter the tablespace to hold the Oracle Identity Manager user data oimn1 Enter the directory to store the datafile for the Oracle Identity Manager tablespace Oracle