Getting java.sql.SQLRecoverableException: IO Error: NL Exception was generated
Trying to connect to Oracle sql developer DB.
Connection string used is :
jdbc:oracle:thin:@(DESCRIPTION=(CID=ValidCID)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ValidHost)(PORT=1521)))(CONNECT_DATA=(SID =ValidSID)(SERVER = DEDICATED))); User Id=UID;Password=Pwd;
I use the same set of parameters while connecting from QTP. What could be the issue here ?