How to fix the Oracle error JMS-00174: Class must be specified for queues with object payloads Use dequeue(deq_option, payload_fact) or dequeue(deq_option, sql_data_cl)?
In this post, you’ll learn more about the Oracle ErrorJMS-00174: Class must be specified for queues with object payloads Use dequeue(deq_option, payload_fact) or dequeue(deq_option, sql_data_cl) with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
JMS-00174: Class must be specified for queues with object payloads Use dequeue(deq_option, payload_fact) or dequeue(deq_option, sql_data_cl)
Reason for the Error JMS-00174: Class must be specified for queues with object payloads Use dequeue(deq_option, payload_fact) or dequeue(deq_option, sql_data_cl)
Cause: This dequeue method cannot be used to dequeue from queues with OBJECT payloads
How to fix the Error JMS-00174: Class must be specified for queues with object payloads Use dequeue(deq_option, payload_fact) or dequeue(deq_option, sql_data_cl) ?
You can fix this error in Oracle by following the below steps
Action: use the either dequeue(deq_option, payload_fact) or dequeue(deq_option, sql_data_cl)
Leave Your Comment