Showing posts with label Oracle Identity Manager RCU. Show all posts
Showing posts with label Oracle Identity Manager RCU. Show all posts

Friday, 6 December 2013

Repository Creation Utility (RCU)


Repository Creation Utility (RCU)

Change the Host Name:
            Go to C:\Windows\System32\drivers\etc
            Open host file
            Add your Full Computer name in front of IP Address
                        For Example : 127.0.0.1      <YourHostName>
·         Click on rcu.bat under rcuHome\BIN
Increase the processes and cursor space:
·         Go to SQL Plus from oracle home and log in to data base
Username: sys as sysdba
Password: 
use following command:
Ø  alter system set session_cached_cursors=100 scope=spfile;
Ø  alter system set processes=500 scope=spfile;
Ø  alter system set open_cursors=500 scope=spfile;

·         Click Next on following wizard.

 ·         Select Create and Click Next


·         Provide the following database details and click Next


·         Click OK

 ·         Default Prefix will be DEV
·         Select Oracle Identity Manager checkbox and Click Next

·         Click OK

 ·         Use same password for all schemas

·         Click Next

·         Click OK

·         Click OK

Click Close


Thanks !!!