Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle 8i JDBC Problem
I'm trying to use the Oracle JDBC drivers for 8i and I'm having a
problem getting the sample programs to work. When I run the employee
example program, for instance, the program fails when it tries to make
a connection. I get into the
java.sql.DriverManager.getConnection(String, Properties) method and
then the system throws a SQLException with the text "Message file
'oracle.jdbc.dbaccess.Messages' is missing.
When I examine the oracle.jdbc.dbaccess project (I'm using VisualAge for Java 2.0), I see an interface definition for Message and a class definition for Message11, but no class definition for "Messages". Has anyone else run into this problem? Any thoughts?
Any help would be appreciated.
Thanks. Received on Sun Jun 13 1999 - 21:30:10 CDT
![]() |
![]() |