ucp driver not loading #16
Answered
by
Khalid1G
bellaabdelouahab
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
Khalid1G
Dec 9, 2022
Replies: 1 comment
-
You can try type cast the UCP connection to oracle.jdbc.OracleConnection and then call below API to enqueue the message. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bellaabdelouahab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try type cast the UCP connection to oracle.jdbc.OracleConnection and then call below API to enqueue the message.
public void enqueue(String queueName, oracle.jdbc.aq.AQEnqueueOptions opt, oracle.jdbc.aq.AQMessage mesg) throws SQLException;