0
votes
1answer
35 views
Oracle AQ Java interface and custom message types
I am using the Oracle Java interface for AQ and want to dequeue messages. These messages consist out of two fields:
A unique row id.
A non-unique id.
I successfully decoded messages using a single …
0
votes
1answer
33 views
Oracle AQ dequeue order
A trigger in an Oracle 10g generates upsert and delete messages for a subset of rows in a regular table. These messages consist out of two fields:
A unique row id.
A non-unique id.
When consuming …
3
votes
5answers
262 views
Lookup structure for handling future events (time based)
Hi,
I am looking for an efficient data structure, that'll allow me to cue events ... that is, i will be having an app, where at any time in execution, it is possible, that an event will be raised for …
1
vote
2answers
91 views
Oracle: problem with constructing JMS message
After some struggle with Oracle Advanced Queuing and dbms_aq package
I encountered another issue. I copied code from Oracle tutorials
but when I compile this code:
create or replace
procedure …
0
votes
1answer
184 views
PL/SQL function in Oracle cannot see DBMS_AQ
I have problem with Oracle 9.2 and JMS.
I created PL/SQL routine to send XML text (from file or CLOB) to queue,
but this routine do not compile.
My code looks like (filling message omitted):
create …
0
votes
2answers
359 views
Display contents of Oracle AQ SYS.AQ$_JMS_TEXT_MESSAGE
I have an application that uses JMS op top of Oracle advanced queuing. I would like to do a query on the queue table that shows the content of the message (which in my case is XML). So when I do a …
4
votes
3answers
597 views
Oracle Advanced Queuing - Queue Propagation
EDIT: It seems to be something with having the two queues in the same schema.
I’m trying to experiment with queue propagation but I’m not seeing records in the destination queue. But that could …
0
votes
1answer
135 views
Can you dequeue over a DBLink?
I'm trying to dequeue from a queue on another server. I can't use propagation to get it to the server that needs the data. If I put a dblink in the name of the queue in the dequeue options I get an …
4
votes
1answer
952 views
What is the difference between Oracle Streams and Change Data Capture?
There are several similar Oracle tecnologies - Oracle Streams, Oracle Change Data Capture and Database Change Notification. Do you know what is difference between those? Are they related or Oracle …
0
votes
1answer
121 views
An example for using DBMS_AQ.POST and explanation of its utility
The DBMS_AQ package has a method called POST.
The documentation says,
This procedure posts to a list of
anonymous subscriptions, allowing all
clients who are registered for the
…
0
votes
1answer
204 views
Integrating Perl and Oracle Advanced Queuing
Is there any way to listen to an Oracle AQ using a Perl process as the listener.
