oracle-aq Questions
2
Solved
Introduction
I'm facing a very strange behaviour on my Oracle SQL Server (exactly: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production) when using the Oracle Advanced Queu...
Airtoair asked 14/1, 2016 at 10:59
1
Solved
I am enqueuing JSON messages onto Oracle AQ on the JVM via the JMS client. This is working fine for small text messages but is failing for larger messages. I believe that this is something to do wi...
2
Solved
I have an Oracle AQ with the queue type of SYS.AQ$_JMS_TEXT_MESSAGE. What I'm trying to do is to insert a text into the mentioned queue from a java application.
The equivalent SQL query is
declar...
2
Solved
I got the following error of Oracle,
ORA-25226: dequeue failed, queue string.string is not enabled for dequeue
And the following is the Cause and Action for it from the official document:
Caus...
1
Solved
I wish to drop an Oracle AQ queue and the table associated with it.
What are the commands needed to perform this operation?
2
Solved
I'm trying to update a legacy Java application to be compatible with Oracle 11g version 11.2.0.3.
The application was running on Oracle 10g version 10.2.0.4 and uses Oracle Advanced Queues. It has...
Lail asked 21/9, 2012 at 10:59
1
I created a AQ in oracle and wrote 2 JMS consumers in Java to listen to the queue. I have observed sometimes that if I produce some message in to queue; the count of dequeued messages from queue is...
2
Solved
I've been testing Oracle AQ for the first time. I have managed to create 2000 rows of test inserts into the queue I created.
Now, I'd like to clear those out. As I was teaching myself, I set the e...
1
© 2022 - 2024 — McMap. All rights reserved.