Previous Topic: Oracle 11g R2 RAC as User Store and Object StoreNext Topic: AD LDS as a User Store


Oracle 11g R2 RAC as a DYN (JDBC) Endpoint

To connect to an Oracle RAC service when creating a data source in Connector Xpress, select the Edit checkbox and type the JDBC URL. The URL form is as follows:

jdbc:oracle:thin:@(DESCRIPTION = 
(ADDRESS = (PROTOCOL = TCP)(HOST = hostname1)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = hostname2)(PORT = 1521))
(LOAD_BALANCE = yes)
(CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = servicename))
)