This page was last edited on December 3, 2015, at 14:34.
Comments or questions about this documentation? Contact us for support!
Support for cluster level solutions like Oracle RAC or MSSQL Cluster requires configuration in configuration objects that access the database layer. Most of these configuration objects (except the regular one) provide an extension called Custom JDBC URL that must be used in cluster solutions like Oracle RAC or MSSQL Cluster. Objects and their configurations are listed below:
Oracle 12c and Oracle 12c RAC are both supported in release 8.5.103. Configurations with and without Single Client Access Name (SCAN) are supported.
There are different Oracle JDBC URLs depending on whether your configuration has SCAN enabled or disabled.
The Oracle JDBC URL for the Data Mart DAP is:
jdbc:evo:oracle:@//rac-scan:1521/orcl.abc.xyz.domain.com
The Oracle JDBC URL for the Stat Server Java Extensions is:
jdbc:evo:oracle:@//rac-scan:1521/orcl.abc.xyz.domain.com
The Oracle JDBC URL for the Data Mart DAP is:
jdbc:evo:oracle:@(DESCRIPTION=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST=RACNode1) (PORT=RACNodePort1))(ADDRESS=(PROTOCOL=TCP)(HOST=RACNode2)(PORT=RACNodePort1)) (CONNECT_DATA=(SERVICE_NAME=RACServiceName)))
The Oracle JDBC URL for Stat Server Java Extensions is:
jdbc:evo:oracle:@(DESCRIPTION=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST=RACNode1) (PORT=RACNodePort1))(ADDRESS=(PROTOCOL=TCP)(HOST=RACNode2)(PORT=RACNodePort1)) (CONNECT_DATA=(SERVICE_NAME=RACServiceName)))