Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Oracle Real Application Clusters (RAC) is an option for the Oracle Database for clustering and high availability in Oracle database environments. In Oracle RAC environment, some of the commands used in oracle.sql is considered inefficient (refer to Setting up with Oracle). Therefore WSO2 ESB BPS has a separate SQL script oracle_rac.sql for Oracle RAC. The Oracle RAC-friendly script is located in dbscripts folder together with other .sql scripts.

...

Code Block
SQL> @${CARBON_HOME}/dbscripts/oracle.sql

Start the WSO2 ESBBPS.

Code Block
$ ./${CARBON_HOME}/bin/wso2server.sh

...

To create the database tables when starting the WSO2 ESB BPS for the first time.

  • For Linux Users

...

Excerpt
hiddentrue

Instructions on how to set up WSO2 ESB BPS with Oracle RAC (Real Application Clusters) database.