Creating The Database Links - Oracle Retail Place 12.2 Installation Manual

Table of Contents

Advertisement

Creating the Database Links

If you plan to install the Place application across two database instances, you must
create the instances in the following manner, and then set up the database links
between the two instances:
Set up the ELM schema (historical data) on a database instance
(for example, INSTANCE1).
Set up the remaining database schemas (PLACE, AUDIT, OAK, and PINE schema)
as a single BASE schema, on the other database instance
(for example, INSTANCE2).
To create the database links:
At the SQL prompt, connect to the ELM schema on INSTANCE1, and then run the
1.
following command:
create database link <dblink_name_elm2base> connect to ELM identified by BASE
using 'INSTANCE1';
At the SQL prompt, connect to the BASE schema on INSTANCE2, and then run
2.
the following command:
create database link <dblink_name_base2elm> connect to BASE identified by ELM
using 'INSTANCE2';
The dblink_name_elm2base and dblink_name_base2elm indicate
Note:
the name of a database links you create between the instances.
Creating the Database Links
Setting Up the Database 3-3

Advertisement

Table of Contents
loading

This manual is also suitable for:

Retail place release 12.2

Table of Contents