Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Advanced Queuing - some questions

Raj_insightOct 24 2017 — edited Jan 8 2018

Hi friends,

I've few questions about Advanced Queuing concepts in 11g.

  1. Can we use the same queue table and build different queues with same payload type?
  2. Once the record/data is dequeued from the queue using DBMS_AQ.DEQUEUE procedure still the data will be in queue table? (with my example , it's still there in the table)
  3. How can we clear this data from queue table after successfull dequeue? any internal feature is there or do we need to give DELETE FROM XXX_table?
  4. How can we acknowledge the other system that we've enqueued the data in oracle 11g? ( I've seen few examples in net but they shows only using java code, but i want in oracle)

You clarifications are much appreciated, thanks.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 5 2018
Added on Oct 24 2017
19 comments
12,260 views