From: jimk@bestweb.net (Jim Kimball)
Subject: Thin JDBC driver and Oracle 7.3.2 "null password"
Date: 1998/11/11
Message-ID: <3649c2cf.66654984@news.bestweb.net>#1/1
X-Complaints-To: Abuse Role <abuse@bestweb.net>, We Care <abuse@newsread.com>
X-Trace: newshog.newsread.com 910803997 209.94.105.196 (Wed, 11 Nov 1998 12:06:37 EDT)
Organization: BestWeb (bestweb.net)
NNTP-Posting-Date: Wed, 11 Nov 1998 12:06:37 EDT
Newsgroups: comp.lang.java.databases,comp.databases.oracle.misc


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


