Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle jdbc and user passwords
We connect with a java servlet run by JavaWebServer1.1 to Oracle 8.0.4
on AIX.
con = (Connection) DriverManager.getConnection (
connectionURL, connectionUser, connectionPassword);
The oracle jdbc is a most entertaining tool since the password seems to have to be in lowercase a-z for it to work. When we change the password to '3L1t3', for example, it does not work. ora-010117 error.
Although Sqlplus and everything else will work just fine. Change the stupid user password to 'elite' and jdbc servlet connects OK!
Maybe this is a security feature and not a bug. Or maybe Oracle needs a rewrite to get a little consistency in it instead of this hang another utility ducktaped to the worn out bag of tricks design. --
Phone: (612)626-7135 Fax: (612)625-6853Received on Tue Aug 25 1998 - 17:46:47 CDT
---------------------------------------------------------
![]() |
![]() |