Running Repository Creation Utility for Oracle Identity Management components
Oracle Fusion Applications installation: Running Repository Creation Utility (RCU) for Oracle Identity Management Components
Previous: Running Oracle Fusion Applications Repository Creation Utility (Applications RCU)
Important Note: This is OLD guide for old version 11.1.1.5. Please follow instructions at http://www.oratraining.com/blog/2012/12/oracle-fusion-applications-installation-step-by-step-guide-11-1-5/ for latest guide for current version i.e. 11.1.5
Important Note: We are NOT creating a separate database to host Oracle Identity Management schemas. Instead we will create these schemas in our Fusion Database (fusiondb) itself since the schema names are distinct compared to Fusion Application schemas. We will save a lot of Memory for our Virtual Machine.
In order to run RCU for Identity Management on same database, we must set the open_cursors parameter to 800.
Open a new database session and set following values.
SQL> show parameter open_cursors
NAME TYPE VALUE
———————————— ———– ——————————
open_cursors integer 500
SQL> alter system set open_cursors=800 scope=both sid=’*’;
System altered.
Launch Repository Creation Utility for Oracle Identity Management from <Framework_location>/fmw_rcu/bin location
[oracle@fusion bin]$ /app/fusion/provisioning/fmw_rcu/bin/rcu &
Click Next
Select Create and click Next
Enter the database information (for same fusiondb database as entered earlier. Click Next
Next it will check for required prerequisites. Upon successful check click OK
Click Idnentity Management. It will select few other required components also automatically. Click Next
Again it will check prerequisites for the selected components. Upon successful check click OK
Enter same password Oracle123 for ease of remembering. Click Next
No need to change anything in this screen. Click Next
Click OK
It will create the required tablespaces. Once finished click OK
On this summary screen click Create to create required schemas and load data.
This will be quicker than earlier RCU. Once finished proceed to next screen.
Finally it will display Completion Summary. Clock Close
Next: Installing Oracle Identity and Access Management Components
Installing Oracle Fusion Applications – steps
- Installing Fusion Applications Provisioning Framework
- Installing Oracle 11g Database (Applications Transactional Database)
- Running Oracle Fusion Applications Repository Creation Utility (Applications RCU)
- Creating another database for Oracle Identity Management Infrastructure (optional)
- Running Repository Creation Utility (RCU) for Oracle Identity Management components
- Installing Oracle Identity and Access Management Components
- Configuring Oracle Identity and Access Management components
- Integrate Oracle Identity Manager (OIM) and Oracle Access Manager (OAM)
- Creating a New Provisioning Plan
- Provisioning an Applications Environment
FMW_RCU is available as a zip file in your installers. Unzip the same in your provisioning directory and then you can run rcu program.
file is under /mnt/fusion/installers/fmw_rcu/linux/rcuHome.zip
Unzip this file into /app/fusion/provisioning/fmw_rcu (create the directory fmw_rcu first).
After this run the program ./rcu & in the bin directory.
@AKB
Hello AKB, did you find the solution for fmw_rcu? we are also dead stuck in the water without the folder.
Hi,
I would like to know how you have fmw_rcu under the provisioning directory without installing. What product did you install to get that. I have followed your document and installed:
Installing Fusion Applications Provisioning Framework
Installing Oracle 11g Database (Applications Transactional Database)
Running Oracle Fusion Applications Repository Creation Utility (Applications RCU).
In the above 3 steps we have not installed fmw. Hence, how was this software installed.
Balaji
Hi ,
Iam getting the below error and not able to install Oracle Internet Directory
RCU-6083:Failed – Check prerequisites requirement for selected component:OID
Please refer to RCU log at /u01/fusion/logdir.2012-05-03_14-44/rcu.log for details.
The database already contains a 11g OID schema. Use a different database to install 11g OID schema using RCU or drop the existing OID 11g schema using RCU and recreate.
Hi Farook,
I have same problem
did you got a solution?