Connecting to Oracle RAC cluster

Netcool®/Impact supports integration with an Oracle RAC cluster.

If you choose to connect to an Oracle RAC cluster, in the URL field, enter the URL, preceded by jdbc:oracle:thin:@. For example:

jdbc:oracle:thin:@ 
(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = host1)(PORT = port1))
(ADDRESS = (PROTOCOL = TCP)(HOST = host2)(PORT = port2))
(LOAD_BALANCE = yes)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = service-name)
(FAILOVER_MODE =(TYPE = SELECT)(METHOD = BASIC)(RETRIES = 180)(DELAY = 5))
)
)