Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> DBMS_AQ
dears.
i have a procedure in my ora-db that permanently dequeus messages from
an oracle-queue.
like:
dequeue_options.navigation := DBMS_AQ.first_message; LOOP
DBMS_AQ.dequeue (queue_name => 'PRESEL_REQ', dequeue_options => dequeue_options, message_properties => message_properties, payload => payload, msgid => msgid ); dequeue_options.navigation := DBMS_AQ.next_message;END LOOP; what options du i have to handle this procedure - means how to start and how to stop?
is there a better way to do this?
best regards,
roy Received on Wed May 10 2006 - 03:12:55 CDT
![]() |
![]() |