Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Access Oracle with Servlet.

Re: Access Oracle with Servlet.

From: werrt <werrt_at_uio.com>
Date: Mon, 10 Oct 2005 07:15:26 GMT
Message-ID: <iyo2f.6674$y_1.735@edtnps89>

>Have you tested to see what string is being passed to Oracle?
You meant from the web server? I am directly putting the necessary string when call getConnection in the DriverManager like the following. con = java.sql.DriverManager.getConnection( "jdbc:oracle:this:@192.168.0.101:1521:orcl", "scott", "tiger" );

>Have you then tried it using SQL*Plus?

I can login with sql plus. Received on Mon Oct 10 2005 - 02:15:26 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US