Tagged Questions

1
vote
1answer
88 views

Oracle AQ's requeue

I am trying to write universal pl/sql to (re)enqueue message already enqueued (present in queue table in whatever state). It works fine when dequeue is enabled on the queue so I can dequeue first in ...
1
vote
2answers
300 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
1k 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 ...