Hi
I am getting the following error:
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
I used the following piece of code:
============================================================
Class.forName("oracle.jdbc.driver.OracleDriver");
Connection con= DriverManager.getConnection("jdbc:oracle:thin:@connectionstring:1521:orcl","username","password");
============================================================
where connectionstring is the connection
string of the Oracle 9i database and username and password are Oracle userid and password.
Can anybody tell me where i am going wrong.
regards
Rajarsi
[ July 25, 2006: Message edited by: Rajarsi Ghosh ]