Hi Paul,
Thanks for your help.
My Requirement is to use only the DSN for the Oracle 10g connection. Initially i have used
JDBC:ODBC and connects well as mentioned below,
Class.forName("oracle.jdbc.driver.OracleDriver");
con = DriverManager.getConnection("jdbc:odbc:asset","uid","pwd");
But i like to connect with JDBC:ORACLE. So i need the connection syntax using DSN.
Could you please help me?
Thanks in advance.