码迷,mamicode.com
首页 > 数据库 > 详细

Run Repository Creation Utility (RCU) for Oracle Identity Management components

时间:2014-11-22 00:42:46      阅读:411      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   ar   color   os   sp   for   

Run Repository Creation Utility (RCU) for Oracle Identity Management components

 
 
 
 

Installing Oracle Fusion Applications > Setting up Identity and Access Management Node > Run Repository Creation Utility (RCU) for Oracle Identity Management components

Previous: Install Oracle 11g Database (Identity management database)

 

RCU for Oracle Identity Management components is only available for Linux and Windows platforms and the Fusion Application setup ships with Linux only RCU for Identity Management components.

So we will use Linux RCU only in this step. Let’s create a directory to extract the RCU files.

[fusion@idmhost ~]$ mkdir /app/fusion/provisioning/fmw_rcu

[fusion@idmhost ~]$ cd /app/fusion/provisioning/fmw_rcu

 

Unzip the RCU which ships with the installation.

[fusion@idmhost fmw_rcu]$ unzip /stage/installers/fmw_rcu/linux/rcuHome.zip

 

Run the RCU now.

[fusion@idmhost ~]$ cd /app/fusion/provisioning/fmw_rcu/bin

[fusion@idmhost bin]$ ./rcu &

bubuko.com,布布扣

Click Next

bubuko.com,布布扣

Select Create and click Next

bubuko.com,布布扣

Enter details of our existing database and click Next

 

bubuko.com,布布扣

Once prerequisites check completes, click OK

bubuko.com,布布扣

Mention the prefix as “FA”. Till 11.1.6, Oracle was advising to use EDG or ISA prefix but we followed “FA” and 11.1.7 onwards they have made it mandatory to use “FA” only.

Select following components.

– Oracle Internet Directory

– Oracle Identity Federation

– Oracle Identity Manager

– Oracle Access Manager

 

Please note that following components will be automatically selected when you select above.

– Metadata Services

– Audit Services

– SOA Infrastructure

– User Messaging Service

bubuko.com,布布扣

 

bubuko.com,布布扣

The prerequisite checks might fail. Click OK to see the error message.

bubuko.com,布布扣

The error message is following.

 

Error: XATRANS Views are not installed on this Database. This is required by the OIM Schema

Action: Install view XAVIEWS as SYS user on 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.

 

[fusion@idmhost bin]$ cd /app/database/product/11.2.0/dbhome_1/rdbms/admin/

[fusion@idmhost 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.

bubuko.com,布布扣

Now the prerequisites check should complete successfully.

bubuko.com,布布扣

We have specified same password everywhere. Ie.e “Oracle123″. Click Next

bubuko.com,布布扣

Click Next

bubuko.com,布布扣

Click OK

bubuko.com,布布扣

Once tablespaces are created, click OK

bubuko.com,布布扣

Review the summary and click “Create” to start creating the schemas.

 

bubuko.com,布布扣

bubuko.com,布布扣

Once RCU finishes, review the summary and click Close

Run Repository Creation Utility (RCU) for Oracle Identity Management components

标签:style   blog   http   io   ar   color   os   sp   for   

原文地址:http://www.cnblogs.com/endv/p/4114437.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!