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

Stijn Gabriels
I think you need to set up a session variable for this. Then you need to assign the session variable as the default value for the dashboard prompt.
629048
Hi Stijn,

I'm new with OBI and don't know anything about variables. Ii'll check some documentation about variables. Is there a link what you could advise?

Osman
David_T
http://download.oracle.com/docs/cd/B40078_02/doc/bi.1013/b31770.pdf

Chapter 13...

HTH,
629048
Hi,

I checked it, but the problem is that i can't get the usergroup in the variable. It's possible to get the username but i need to have the usergroup to be able to get a default value for that group out of a table.

And could someone give me hint how to do what i want.

regards,

Osman
1 - 4
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,381 views