Title: Urgent

               
Hi All,

I am using thin JDBC to connect with Oracle 8I version 8.1.5.0.0
I am getting error "network adapter could not establish connection"

Here is the code..
Class.forName ("oracle.jdbc.driver.OracleDriver");

    String url = "jdbc:oracle:thin:@Serv:1521:ora1";

    Connection conn = DriverManager.getConnection(url,"user","password");

I have placed classes111.zip & nls_charset11.zip in classpath
And oracle home\oracle\jdbc\lib in path

Machine name is Serv
Ora1 is database
HostString is Oraspa


Please advice me as this is urgent/

Thanks.



�������������������������o unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name

Reply via email to