Skip to Main Content

Java and JavaScript in the Database

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-29534 object could not be resolved (loadjava sqljdbc.jar)

105294Apr 12 2007 — edited Dec 12 2008
hi,

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.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 9 2009
Added on Apr 12 2007
3 comments
7,043 views