Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: JDBC error - data cannot be loaded
Jens Müller wrote:
> Hi,
> I have a oracle XE database (Vs. 10g) on a server. Oracle Client 9.2 with
> JDBC is installed on my Laptop. I use Openoffice JDBC to connect to the
> database, and *connection* works fine (with classes12.jar and Sun
> Microsystems 1.4.2_03).
Why do you use classes12.jar if your Java is 1.4.2_03? classes12.jar is meant for Java 1.2 or 1.3. Use ojdbc14.jar instead. Also I have found that older DB's driver does not work with newer (9.x -> 10.0g1) DB. I do not know how it works with Oracle Client (I have used thin client), but it might be the same.
-- Arto Viitanen, CSC Ltd. Espoo, FinlandReceived on Mon Mar 20 2006 - 00:37:05 CST