Doc ID 1328724.1DBMS_AQ.DEQUEUE Function Fetches The Events In Reverse Order When "DBMS_AQ.DEQUEUE_O
Hi
I have a question related to this document. We can can find there workaround for this problem. It looks like this
Set "alter system set event='10866 trace name context forever, level 1' scope=spfile;" at system level.
My question is: can we set this event on session level? (we don't want to do alter system, since it's very serious operation and can impact other sessions).
We want to do something like this (for particular sessions which are using oracle AQ):
alter session set events '10866 trace name context forever, level 1';
Will this solve our problem and is it officially supported by Oracle?