This page was last edited on December 19, 2017, at 15:01.
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 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 9.0.x. 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:oracle:thin@//rac-scan:1521/orcl.abc.xyz.domain.com
The Oracle JDBC URL for the Data Mart DAP is:
jdbc:oracle:thin@(DESCRIPTION=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST=RACNode1) (PORT=RACNodePort1))(ADDRESS=(PROTOCOL=TCP)(HOST=RACNode2)(PORT=RACNodePort1)) (CONNECT_DATA=(SERVICE_NAME=RACServiceName)))