Pages

Sunday, August 22, 2010

RCU Repository Creation

Step1

Unzip the rcu repository file.

unzip ofm_rcu_linux_11.1.1.3.3_disk1_1of1.zip


Prerequisit

Update the Open Cursor Init Parameter

Login Into the SQL Plus as a Sys User and run the following command to modify the open cursor init parameter.

alter system set open_cursors = 800 scope=both;

Step2

Go to the rcuHome/bin directory and run rcu executable.

Step3


Click Next button.


Select Create Option and Click Next button

 

Select Oracle Identity Manager check box and Click Next.



Enter Password and Confirm Password and Click Next button.

 
Click Next button.

 

Click Next button.


 

Click Create Button.

 


 


Click Close Button.











2 comments:

  1. Got the following error while trying to run rcu:
    ../rcuHome/jdk/jre/bin/java: not found
    But when I do an ls on the directory, the java file is there.
    $ ls ../rcuHome/jdk/jre/bin/java
    ../rcuHome/jdk/jre/bin/java
    Not sure why rcu is not seeing the file. Thanks.

    ReplyDelete
  2. I forgot to mention that I'm trying to install OIM on 64-bit Ubuntu 10.04 VM. Thanks.

    ReplyDelete