Oracle Fusion Applications 11.1.2.9 Installation Part 4 Installing Database for Oracle Identity Management and Oracle Fusion Applications Transaction Database
Download p13390677_112040_Linux-x86-64_1of7.zip and unzipLogin to host dbnode01 with orafa usercd /u02/ofa_soft/11.2.4.0/database
./runInstallerProceed with the installation of your choice. There are no additional patchsets required for 11.2.0.4 database. Hence continue with below configuration
4.1 Minimum Initialization Parameters for Oracle Identity Management Database
Parameter | Value |
aq_tm_processes | 1 |
dml_locks | 200 |
job_queue_processes | 10 |
open_cursors | 1500 |
session_max_open_files | 50 |
sessions | 500 |
processes | 2500 |
sga_target | 512M |
pga_aggregate_target | 100M |
sga_max_size | 4G |
session_cached_cursors | 500 |
4.2 Preparing the Oracle Identity Management Database for the Oracle Fusion Middleware RCU
cd $ORACLE_HOME/rdbms/admin
sqlplus / as sysdba
@xaview.sql
4.3 Running the Oracle Fusion Middleware RCU for Oracle Identity Management
cd /u02/ofa_soft/installers/fmw_rcu/
mkdir rcu
unzip ../linux/rcuHome.zip
cd bin
./rcu
Product | Oracle Fusion Middleware RCU Option | Service Name | Comments |
Oracle Internet Directory | Identity Management–Oracle Internet Directory | Oracle Fusion Applications Installation Workbook - Database tab -> IDM DB -> Service name (if not using a separate OID DB) OID DB -> Service Name (if using a separate OID DB) | |
Oracle Access Manager | Identity Management–Oracle Access Manager | Oracle Fusion Applications Installation Workbook - Database tab -> IDMDB -> Service name | Audit Services will also be selected. |
Oracle Identity Manager | Identity Management–Oracle Identity Manager | Oracle Fusion Applications Installation Workbook - Database tab -> IDMDB -> Service name | Metadata Services, SOA infrastructure, and User Messaging will also be selected. |
Oracle Identity Federation | Identity Management–Oracle Identity Federation | Oracle Fusion Applications Installation Workbook - Database tab -> IDMDB -> Service name |
4.4 Minimum Initialization Parameters for Oracle Fusion Applications Database
Parameter | DB Default Value | Recommended Value for Oracle Fusion Applications |
audit_trail | DB | NONE |
plsql_code_type | INTERPRETED | NATIVE |
nls_sort | Derived from NLS_LANGUAGE | BINARY |
_b_tree_bitmap_plans (Hidden Parameter. Use below command to change the value ALTER SYSTEM SET "_b_tree_bitmap_plans"=false SCOPE=SPFILE;) | TRUE | FALSE |
db_securefile | PERMITTED | ALWAYS |
_ACTIVE_SESSION_LEGACY_BEHAVIOR | FALSE | TRUE |
_fix_control (alter system set "_fix_control"= '5483301:OFF', '6708183:ON' scope=spfile;) | 5483301:ON,6708183:OFF | 5483301:OFF,6708183:ON |
Increase Redo Log Group | At-least three 2 GB |
4.5 Running the Oracle Fusion Middleware RCU for Oracle Fusion Applications
4.6 Make dmp Files Available on the Database Server
- Locate the file APPS_RCU_HOME/rcu/integration/fusionapps/export_fusionapps_dbinstall.zip.
- Unzip export_fusionapps_dbinstall.zip to the directory you specified for FUSIONAPPS_DBINSTALL_DP_DIR.
- Go to APPS_RCU_HOME/rcu/integration/biapps/schema and locate the otbi.dmp file.
- Copy otbi.dmp to OTBI_DBINSTALL_DUMP_DIR.
4.7 Running the Oracle Fusion Applications Repository Creation Utility using the Wizard
cd /u02/ofa_soft/installers/apps_rcu/
mkdir rcu
unzip ../linux/rcuHome_fusionapps_linux.zip
cd bin
./rcu
- Use same passwords for all schemas: Specify a single password for both schemas. Retype to Confirm.
- Use main schema passwords for auxiliary schemas: Specify a different password to use for each main schema and for the associated auxiliary schema. Only the main schemas are visible. Retype the password to Confirm.
- Specify different passwords for all schemas: Specify a unique password for each main schema and its auxiliary schema. All schemas are visible. Retype to Confirm.




































