DMU connection to database issue
950728Jul 20 2012 — edited Jul 24 2012When I am trying to establish a database connection it is converting the information to JDBC and failing. when I test the same connection with sqlnet it is working fine.
It looks to me there is some problem with the converting the information to JDBC url causing. (CONNECT_DATA=(UR=A) is getting converted
20.14:12:08:495;P027;I;10009 The JDBC URL used for the connection attempt is: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=usmtnctderpdb03)(PORT=35101))(CONNECT_DATA=(UR=A)(SERVICE_NAME=florad8)))
20.14:12:08:495;P027;S;10045 Failed to test connection.
Can someone help me in getting this fixed