Oracle® Retail Integration Bus Installation Guide
Release 13.0
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

1 Introduction

This manual details the installation of the Retail Integration Bus (RIB). Generally, a RIB installation contains the following components:

It is imperative to also follow all installation steps of the Oracle Retail Applications that are being connected to the RIB. Failure to follow these may result in a faulty RIB installation. See the install guides of the relevant Retail applications for more information.

RIB Installation Master Check List

This check list covers all of the sequential steps required to perform a full install of the RIB, using either the GUI RIB Installer (strongly recommended) or a command line installation.

Table 1-1

Task Notes

Install RIHA

The RIB Hospital maintenance tool

Prepare the Oracle Application Servers for installation of the RIB Components

Prerequisite

Prepare the Oracle Database Schemas that the RIB will use.

Prerequisite

Prepare the Oracle AQ JMS

Prerequisite

Verify the Application the RIB will be integrating to is configured appropriately.

"Information to Gather for the Install"

During the prerequisites steps there is information that should be note that will be used to configure the RIB during the installation process.

Install the RIB using one of these methods:Installation using the RIB Installer GUIOrInstallation using the RIB App Builder Command Line Tools.

It is strongly recommended that the RIB Installer GUI method be used.

Verify Application URL settings match RIB install.

RIB Functional Artifact URLJNDI URL

Complete the setup of RDMT using the same "Information to Gather for the Install"

During either of the Install methods, one of the manual steps will have extracted the RDNT tools to the appropriate directory.

Verify the RIB installation using the RDMT tools.



Note:

See Appendix C, "RIB Installation Check Lists", while performing the install, in order to minimize the chance of a faulty RIB installation.

Requirements and Dependencies

The RIB has several dependencies on Oracle Retail Application installations as well a the Oracle Application Servers. This section covers these requirements.

Check Database Server Requirements

General Requirements for a RIB compatible database server include:

Check AQ JMS Server Requirements

Oracle AQ Streams requires a Oracle database server:

Check Application Server Requirements

General requirements for an application server capable of running RIB 13 include:

UNIX based OS certified with Oracle Application Server 10g version 10.1.3.3 with the following patches:

Check Oracle Retail Application Version Compatibility


Note:

See RIB 13.0 Release Notes for the compatibility matrix.

Supported Oracle Retail Products

The information in this table reflects the most recently tested compatibility of the RIB with other Oracle Retail software products.

Product Version

  • Oracle Retail Store Inventory Management (SIM) 13.0.0

  • Oracle Retail Price Management (RPM) 13.0.0

  • Oracle Retail Merchandising System (RMS) 13.0.0

  • Oracle Retail Warehouse Management System (RWMS) 13.0.0

The RIB and Oracle Database Cluster (RAC)

In this release rib-<app> uses Oracle Streams AQ as the JMS provider. Oracle Streams AQ is built on top of Oracle database system. Since AQ is hosted by Oracle database system the RIB can take advantage of database RAC capability for its JMS provider. By using RAC AQ as the RIB's JMS provider you can scale RIB's JMS server vertically and horizontally to meet any retailer's scalability and high availability need.

At runtime rib-<app> uses the database for keeping track of its RIB Hospital records. These RIB Hospital tables can be hosted by an Oracle RAC database providing high availability and scalability for these RIB Hospital records.

All rib-<app> use the Oracle type 4 Java Database Connectivity (JDBC) driver to connect to the RIB Hospital database and the AQ JMS server. When the RIB Hospital database and the AQ JMS servers is hosted by a Oracle RAC database, the only configuration change required in rib-<app> is the RAC JDBC connection URL.

The RIB and Oracle Application Server Cluster

The RIB uses JMS server for message transportation between the integrating retail applications. Since the RIB must preserver the message publication and subscription ordering, rib-<app>s deployed in Oracle Application Server cannot be configured in an active-active cluster mode. In active-active cluster mode, multiple subscribers and publishers will process messages simultaneously and there will be no way to preserve message ordering.

The rib-<app> can be deployed to a "single" oc4j instance of an Oracle Application Server that is clustered(active-active). In this configuration, even though rib-<app> is deployed in an OAS cluster, multiple instance of same rib-<app> is not running at the same time as there is only one oc4j instance where the rib-<app> is deployed and so RIB can still preserve message ordering. The maximum number of JVM (Java Virtual Machine) hosting a rib-<app> oc4j instance must always be configured to be 1 for the same reason of preserving message ordering.

To truly configure rib-<app>s for high availability, the only option is to configure it in active-passive mode.