Loadjava problem
13004Aug 19 2004 — edited Jul 1 2006Hi,
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.