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!

ORA-29521: referenced name com/ibm/mq/MQPutMessageOptions could not be foun

593135Aug 20 2007 — edited Sep 6 2009
I am implementing a com.ibm.mq.jar file in my java code. The code is complied fine but when i use the loadjava command to load this class file in oracle library, it is displaying the following error:

ORA-29521: referenced name com/ibm/mq/MQQueueManager could not be found
ORA-29521: referenced name com/ibm/mq/MQMessage could not be found
ORA-29521: referenced name com/ibm/mq/MQPutMessageOptions could not be found
ORA-29521: referenced name com/ibm/mq/MQGetMessageOptions could not be found
ORA-29521: referenced name com/ibm/mq/MQException could not be found
ORA-29521: referenced name com/ibm/mq/MQEnvironment could not be found
ORA-29521: referenced name com/ibm/mq/MQMD could not be found
ORA-29521: referenced name com/ibm/mq/MQQueue could not be found

I think I have to upload the com.ibm.mq.jar file in the oracle as well. But we I do so it is displaying a lot of error messages.

Please guide me.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2009
Added on Aug 20 2007
2 comments
5,137 views