


Installing and configuring a new Oracle RAC database
WebSphere Application Server pooling provides workload balancing and failover to applications.
About this task
Procedure
-
Install Oracle RAC and create an Oracle database.
Install Oracle Version 12c Version 12.1 and create the database before you install WebSphere Commerce and create a WebSphere Commerce instance. For more information about installing Oracle, see Oracle Database Online Documentation 12c Release 1 (12.1)
- Set up Oracle RAC Single Client Access Name (SCAN) for the RAC cluster by following the Oracle documentation.
-
Create an Oracle service, oracleservice, on Oracle
RAC.
Enable Distributed Transaction Processing (DTP) on the service, and define the preferred and available RAC nodes on the service by following Oracle documentation.
-
Install WebSphere Commerce and create the WebSphere Commerce instance.
When you create the WebSphere Commerce instance, provide the following information in the database page of the Configuration Manager:
- Database type
- Oracle
- Database administrator name
- Oracle_DBA_user_name
- Database administrator password
- Oracle_DBA_user_password
- Database name
db-sid
, a SID (not service name) from any node of Oracle RAC, such as,instance_1
. The name that you provide for the database name, must be the same as the Oracle SID.- Oracle SID
db-sid
, a SID (not service name) from any node of Oracle RAC, such as,instance_1
. The name that you provide for the Oracle SID, must be the same as the database name.- Database server host name
db-hostname
, which identifies the hostname wheredb-sid
is active.- Database server port
db-listener-port
, which identifies the port on which a listener is active for connections todb-sid
.Example: 1521
- Full path to data file
- Oracle_datafile_directory
- Table space Name
- tablespace_for_WebSphere_Commerce_data
-
Ensure that you can connect to
db-sid
withsqlplus
by using a connect-descriptor that is defined withdb-sid
in tnsnames.ora. -
For each WebSphere Application Server, modify the WebSphere Commerce runtime data source in the
WebSphere Application Server Administrative Console.
- Optional:
Configure the WebSphere Commerce Quick publish data source in the WebSphere Application Server Administrative Console.
Do this step on the authoring server only if the authoring workspace is enabled and the Quick publish function is needed.