Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: JDBC error - data cannot be loaded

Re: JDBC error - data cannot be loaded

From: Arto Viitanen <arto.viitanen_at_csc.fi>
Date: Mon, 20 Mar 2006 08:37:05 +0200
Message-ID: <441e4d91$0$10073$ba624cd0@newsread.funet.fi>


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, Finland
Received on Mon Mar 20 2006 - 00:37:05 CST

Original text of this message

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