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 -> Re: Thin JDBC driver and Oracle 7.3.2 "null password"

Re: Thin JDBC driver and Oracle 7.3.2 "null password"

From: Kim Hyun Choul <nara_at_usa.net>
Date: 1998/11/12
Message-ID: <72d8tt$bp6$1@hiline.shinbiro.com>#1/1

You should try by

conn =
DriverManager.getConnection("jdbc:oracle:thin:user/pass_at_myhost:1521:ORA");

Did you setup with ORA not orcl?

Jim Kimball ÀÌ(°¡) <3649c2cf.66654984_at_news.bestweb.net> ¸Þ½ÃÁö¿¡¼­ ÀÛ¼ºÇÏ¿´½À´Ï´Ù...
>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 Thu Nov 12 1998 - 00:00:00 CST

Original text of this message

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