Run Repository Creation Utility (RCU) for Oracle Identity Management components
Installing Oracle Fusion Applications > Setting up Identity and Access Management Node > Run Repository Creation Uti Lity (RCU) for Oracle Identity Management components
Previous: Install Oracle 11g Database (Identity management database)
RCU for Oracle Identity Management-Available for Linux and Windows platforms and the Fusion application Setup ships with Linux is RCU for Identity Management.
So we'll use the Linux RCU only with this step. Let's create a directory to extract the RCU files.
[Email protected] ~]$ MKDIR/APP/FUSION/PROVISIONING/FMW_RCU
[Email protected] ~]$ CD/APP/FUSION/PROVISIONING/FMW_RCU
Unzip the RCU which ships with the installation.
[Email protected] fmw_rcu]$ Unzip/stage/installers/fmw_rcu/linux/rcuhome.zip
Run the RCU now.
[Email protected] ~]$ Cd/app/fusion/provisioning/fmw_rcu/bin
[Email protected] bin]$./RCU &
Click Next
Select Create and click Next
Enter details of our existing database and click Next
Once Prerequisites Check completes, click OK
Mention the prefix as "FA". Till 11.1.6, Oracle is advising to use EDG or ISA prefix but we followed "FA" and 11.1.7 onwards they has made it mandat Ory to use ' FA ' only.
Select following components.
–oracle Internet Directory
–oracle Identity Federation
–oracle Identity Manager
–oracle Access Manager
Please note this following components would be automatically selected if you select above.
–metadata Services
–audit Services
–soa Infrastructure
–user Messaging Service
The prerequisite checks might fail. Click OK to see the error message.
The error message is following.
Error:xatrans views is not installed on this Database. This was required by the OIM Schema
Action:install View Xaviews as SYS user on the this Database.
Refer to the Oracle Database Release documentation for installation details.
Rcu-6092:component Selection validation failed.
To fix this, please run the following SQL to create XA views.
[Email protected] bin]$ cd/app/database/product/11.2.0/dbhome_1/rdbms/admin/
[Email protected] admin]$ Sqlplus/as SYSDBA
sql> @xaview. sql
DROP VIEW v$xatrans$
*
ERROR at line 1:
Ora-00942:table or view does not exist
DROP VIEW v$pending_xatrans$
*
ERROR at line 1:
Ora-00942:table or view does not exist
View created.
View created.
Now the prerequisites check should complete successfully.
We have specified same password everywhere. IE.E "Oracle123″. Click Next
Click Next
Click OK
Once tablespaces is created, click OK
Review the summary and click "Create" to start creating the schemas.
Once RCU finishes, review the summary and click Close
Run Repository Creation Utility (RCU) for Oracle Identity Management components