Wednesday, April 13, 2016

Configuring ODI Master and Work repositories in RAC Database using JDBC URL Format.



Configuring ODI Master and Work repositories in RAC Database using below JDBC URL Format.


jdbc:oracle:thin:(DESCRIPTION = (LOAD_BALANCE=ON) (ADDRESS = (PROTOCOL = tcp)
(HOST = 192.168.1.10)(PORT = 1521)) (ADDRESS = (PROTOCOL = tcp)(HOST = 192.168.1.11)
(PORT = 1522)) (CONNECT_DATA = (SERVER=dedicated)

(SERVICE_NAME=PROD_EDW)))

No comments:

Post a Comment