ORA-29534 object could not be resolved (loadjava sqljdbc.jar)
105294Apr 12 2007 — edited Dec 12 2008hi,
getting frustraded ... :(
I could load the Microsoft JDBC driver for SQL Server 2005 on a few databases, but others fail and I really have no clue why.
- failing on Windows 9.2.0.8 & Solaris 9.2.0.7
- sqljdbc_1.1 driver from Microsoft (also tried jtds1.2 but has same issue)
- loadjava -user sys/password -v -oci8 -f sqljdbc.jar
First errors in output:
loading : resource META-INF/zigbert.rsa
resolving: class com/microsoft/sqlserver/jdbc/AppDTVImpl$SetValueOp
errors : class com/microsoft/sqlserver/jdbc/AppDTVImpl$SetValueOp
ORA-29534: referenced object SYS.com/microsoft/sqlserver/jdbc/AppDTVImpl could not be resolved
errors : class com/microsoft/sqlserver/jdbc/AppDTVImpl
ORA-29534: referenced object SYS.com/microsoft/sqlserver/jdbc/DataTypes could not be resolved
errors : class com/microsoft/sqlserver/jdbc/AuthenticationJNI
ORA-29521: referenced name java/util/logging/Logger could not be found
errors : class com/microsoft/sqlserver/jdbc/CancelableRequest
ORA-29534: referenced object SYS.com/microsoft/sqlserver/jdbc/SQLServerStatement could not be resolved
ORA-29534: referenced object SYS.com/microsoft/sqlserver/jdbc/SQLServerConnection could not be resolved
ORA-29534: referenced object SYS.com/microsoft/sqlserver/jdbc/DBComms could not be resolved
skipping : class com/microsoft/sqlserver/jdbc/CharacterStreamSetterArgs
errors : class com/microsoft/sqlserver/jdbc/ClientFetchBuffer
ORA-29534: referenced object SYS.com/microsoft/sqlserver/jdbc/SQLServerStatement could not be resolved
Thanks in advance if you can give me some pointers.
Thierry.