ORA-29521: referenced name com/ibm/mq/MQPutMessageOptions could not be foun
593135Aug 20 2007 — edited Sep 6 2009I 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.