Monday, April 18, 2016

Repository Creation Utility (RCU)

Repository Creation Utility (RCU)

Many of the Oracle Fusion Middleware components require the existence of schemas in a database prior to installation. These schemas are created and loaded in your database using the Repository Creation Utility (RCU).

Rcu is a graphical and CLI-based tool used to create and manage Oracle Fusion Middleware database schemas.

Default Schemas While Installing SOA:

Metadata Services (<SID>_MDS)
SOA Infrastructure(<SID>_SOAINFRA)
Business Activity Monitoring (<SID>_ORABAM)
User Messaging Service(<SID>_ORASDPM)

Below parameters must be set at DB level.

-Processes=800
-Open_cursors=500

NOTE: Oracle strongly recommends that character set should be ‘AL32UTF8’. If your DB won’t be in the same you will get below warning and that can be ignored safely.

Installing Repository Creation Utility

Run install ./rcu to start the installation. welcome screen appears click next.
3) Choose ‘Create’ to create new schema and click next.

4) Make sure the DB is up and running.
Enter the Database details and click next.
When runing the express XE Oracle DB you will receive the following Warning (click ‘Ignore’):




For Oracle SOA Suite 11g installation , choose the ‘SOA and BPM Infrastructure’. Verify that when choosing the SOA checkbox, the ‘Metadata Services’
checkbox under ‘AS Common Schemas’ is being choosen as well:

Enter the password for the new created schemas. You can choose to use the same password for all schemas or different password for each schema. click next

Leave the default parameters and click next.

 Click OK.

Verify the database details and note down the Schema Owner details and click create
Verify all components were complete successfully:

No comments:

Post a Comment