The new UCM configurations are:
JdbcDriver=oracle.jdbc.driver.OracleDriver
JdbcConnectionString=jdbc:oracle:thin:@(description=(address_list=(address=(host=your.host1.name)(protocol=tcp)(port=123))(address=(host=your.host2.name)(protocol=tcp)(port=123))(load_balance=yes)(failover=yes))(connect_data=(service_name=service.name)))
4 comments:
Hi
I put this connection string:
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = myhostname1)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = myhostname2)(PORT = 1521))
(LOAD_BALANCE = yes)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = my servicename)
)
)
i test that string with a datasource connection and work fine but when i tried to configure UCM with that string cause an error "The Network Adapter could not establish the connection"
Anny suggestion?
Thnks
Try to use ip addresses instead, another thing if you installed DB 11gR2 you can use one IP address (no need for that connection string) called Ora Scan in that case
I test change the hostname by ip address but i have the same error.
My DB is 10.2.0.4 Enterprise edition
I will change the driver connection
Network Adapter error
ok try to make sure that you can ping those machines from ucm machine. If no problem is there, may be the driver.
Post a Comment