Procedure invoked by AQ PL/SQL notification is executed as SYS not the Enqueuer
(Doc ID 552771.1)
Last updated on FEBRUARY 04, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.1 to 10.2.0.3 [Release 10.2]Oracle Database - Enterprise Edition - Version 11.1.0.6 to 11.1.0.6 [Release 11.1]
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
NOTE: In the images and/or the document content below, the user information and data used represents fictitious data from the Oracle sample schema(s) or Public Documentation delivered with an Oracle database product. Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.
Symptoms
When using Advanced Queueing PL/SQL notification the user-defined PL/SQL code which is invoked when notification is triggered is executed as SYS rather than the owner of the PL/SQL procedure.
Logging the values of
select user from dual;
SYS_CONTEXT('USERENV','SESSION_SCHEMA') current_user
from within the procedure return a value of SYS.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |