Go to primary content
Oracle® Retail Service Backbone Installation Guide
Release 14.1.2
E68063-02
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

5 Database Installation Tasks

This chapter describes how to install the necessary database.

Repository Creation Utility

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).

See Repository Creation Utility documentation for more information:

http://docs.oracle.com/cd/E12839_01/doc.1111/e14259/toc.htm

RCU can be downloaded from following link:

http://www.oracle.com/technetwork/middleware/data-integrator/downloads/index.html

After downloading the .zip file, extract the contents to a directory of your choice; this directory will be referred to as the RCU_HOME directory.

The repository for Oracle Service Bus (OSB) must be created using RCU tool. The repository must contain SOA Infrastructure (SOAINFRA) schema. For OWSM domain, RCU must create Meta Data Services (MDS) schema too. The User Messaging (ORASDPM) schema is automatically created by RCU tool.

While creating a schema using RCU tool, user must select/mention a prefix which is added to all the schemas created by RCU. In the following example, RCU tool is used to create a repository with SOA Infrastructure schema as RSB_SOAINFRA, Metadata Services schema as RSB_MDS. The User messaging schema i.e. RSB_ORASDPM is automatically selected by RCU.

Steps for Installation of Database Schema using RCU

  1. Run rcu executable from RCU_HOME/bin

    cd RCU_HOME/bin
    rcu
    

    The Welcome page appears.

  2. Click Next to continue.

    Surrounding text describes image023.png.
  3. In Create Repository window, Select Create option and click Next. Surrounding text describes image024.png.

  4. In Database Connection Details window, provide database details and click Next.

    Database Type: Oracle Database

    Role: SYSDBA

    Surrounding text describes image025.png.
  5. In Select Components window, provide a prefix (Select an existing prefix from drop down or give a new one). In Component box, select SOA Infrastructure under SOA and BPM Infrastructure. Also, select Metadata Services as shown.

    Once the SOA Infrastructure option is selected, automatically User Messaging Service and Metadata services options get selected.

    Surrounding text describes image026.png.
  6. In Schema Passwords window, provide password and Click Next. Note down the schema name and passwords. These are needed during the domain creation time for configuring the OSB schemas and RSB compilation phase as credentials for sidb-jdbc-user-alias.

    Surrounding text describes image027.png.
  7. In Map Tablespaces window, check tablespace mapping details and click Next.

    Surrounding text describes image028.png.
  8. In Summary window, check database details and click Create.

    Surrounding text describes image029.png.
  9. In Completion Summary window, click Close.