Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Loadjava problem

13004Aug 19 2004 — edited Jul 1 2006
Hi,
I have a problem when I load my classes using loadjava utility. The following error is raised:
ORA-29534: referenced object RASTREADOR.net/sourceforge/jtds/jdbc/ConnectionJDBC2 could not be resolved
errors : class net/sourceforge/jtds/jdbc/MSCursorResultSet
ORA-29534: referenced object RASTREADOR.net/sourceforge/jtds/jdbc/JtdsStatement could not be resolved
ORA-29534: referenced object RASTREADOR.net/sourceforge/jtds/jdbc/TdsCore could not be resolved
ORA-29534: referenced object RASTREADOR.net/sourceforge/jtds/jdbc/TdsData could not be resolved
ORA-29534: referenced object RASTREADOR.net/sourceforge/jtds/jdbc/ConnectionJDBC2 could not be resolved

I tried to resolve with command "alter java". But the error insists. I found out that the problem happen because the class java.sql
could not be found.

SQL> alter java class "net/sourceforge/jtds/jdbc/ConnectionJDBC2" resolve;

Warning: Java altered with compilation errors.

SQL> show errors
Errors for JAVA CLASS /2c65331e_ConnectionJDBC23:

LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0 ORA-29521: referenced name java/sql/Savepoint could not be found


I think my problem is configuration.

I'm using java version "1.4.2_04"

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 29 2006
Added on Aug 19 2004
6 comments
7,899 views