Skip Headers
Oracle® Fusion Applications Upgrade Guide
11g Release 7 (11.1.7)

Part Number E35833-18
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

D Oracle Identity Manager Upgrade Properties

This appendix lists the example values to use when upgrading Oracle Identity Manager for Oracle Fusion Applications Release 7.

Use these values when editing the file /u01/oim/OIM_HOME/server/bin/oimPS1PS2upgrade.properties

Section 1: Neccessary env variables       [Mandatory]
java_home=<Put Location of Java Home here>


#For domain level configurations  put here your admin server related credentials [Mandatory]

weblogic_user=<put your Weblogic Admin Username Here>
weblogic_host=<put your weblogic admin server host name here>
weblogic_port=<put your weblogic admin server port here>
weblogic.server.dir=<Enter PATH of your weblogic Installation dir>
#Section 2: Env Dependent Variables.#Put value as true if your env is LDAPSYNC Enabled, you can set this var false or ignore this if your env is non LDAPSYNC.
#LDAPSYNCEnabled=<Set true/false here>
#Put value true if your env is FA, you can set this var false or ignore this if your env is non FA.
#FAEnabled=<Set true/false here>
#Put value true if your env is FA-SOD, you can set this var false or ignore this if your env is non FA-SOD.
#FASODEnabled=<Set true/false here>
#Put value true if your env is Multi-Tenant, you can set it false or ignore this if your env is a non Multi-Tenant.
#MTEnabled=<Set true/false here>


#OID Details, Needed only if you have LDAPSYNC Enabled in your env.[if LDAPSYNCEnabled=true]#oid_user=<Put your oid username here for eg. oid_user=cn=orcladmin>


#For uptaking the direct based user/role creation callbacks specify: update_callbacks=DIRECT
#For uptaking the recon based user/role creation callbacks specify: update_callbacks=RECON
#For uptaking both of these user/role creation callbacks specify: update_callbacks=ALL
#For ignorning user/role creation callbacks from both DIRECT/RECON specify: update_callbacks=NONE
#This is case insensitive. Value can be provided in any case.
#There is no impact on existing functionality. This is a new feature which can be uptaken by adding this new property.The valse here is set for
default as NONE.
update_callbacks=NONE


#Section-3: For passwords if you dont want to put password </optional> in this file just comment it out from here, you will be prompted for it in runtime.

#weblogic_password=<put weblogic admin password here>
#OIM.DBPassword=<put your oimOperations DB password here>
#oid_password=<If your env is ldapsync enabled, put your oid password here>
#mdsDB.password=<Put your mds DB password here>


#Section 4: Auto discovered parameters.

#All parameter beyond this section are discovered automatically from OIM installation and should not be specified here. They can be overridden only on Oracle Support's recommendation to handle any special requirements. 

#ant_home=<put your ant home here, in a typical install it should be at MW_HOME\modules\org.apache.ant_1.7.1>

#appserver.type=wls

#oimOperations DB configuration variables
#operationsDB.user=<Put your OIM schema user name here>
#operationsDB.host=<Put your oimdb hostname here>
#operationsDB.port=<Put your OIM DB port here>
#Please provide servicename, SID will not work.
#operationsDB.serviceName=<Put your oim-db servicename here>

#mds DB configuration variables     [If Your env is FA or MT Enabled You will need to put these credentials]
#mdsDB.user=<Put your mds-db schema user name here>
#mdsDB.host=<Put your mds-db schema hostname here>
#mdsDB.port=<Put your mds-db schema port here>
#Please provide servicename, SID will not work.
#mdsDB.serviceName=<Put your mds db servicename here>

#oid related details [Only if you have LDAPSYNC Enabled in your env.]#oid_host=<put your oid hostname here>
#oid_port=<put your oid port here>

#oim specific domain level parameters [Only if you have FA Enabled in your env.]
#oimserver_host=<put your oimserver hostname here>
#oimserver_port=<put your oimserver port here>
#oim_servernamr=<Put the name of oim managed server, if your env is cluster put the name of cluster instead>

#SOA specific details
#soa_home=<put your SOA home location here>

## Uncomment the following property to disable the validation of the input params ##skipValidate=true