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

Home -> Community -> Usenet -> c.d.o.misc -> Thin JDBC driver and Oracle 7.3.2 "null password"

Thin JDBC driver and Oracle 7.3.2 "null password"

From: Jim Kimball <jimk_at_bestweb.net>
Date: 1998/11/11
Message-ID: <3649c2cf.66654984@news.bestweb.net>#1/1

I have been unable to get the Oracle thin drivers to work with a Java application. When I try to log in:

conn =
DriverManager.getConnection("jdbc:oracle:thin:@myhost:1521:ORA", "user", "pass");

I get the following error message:

ORA-01005: null password given; logon denied

I am running on AIX 4.2 using JDK 1.1.6 and JDBC driver ver 7.3.4.

This actually works in an applet...

Any help is greatly appreciated.

Jim Kimball Received on Wed Nov 11 1998 - 00:00:00 CST

Original text of this message

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