OracleQueueSystemPrivilege Enumeration
In This Topic
The AQ administration privilige granted to or revoked from a user or role.
Syntax
Members
Member | Description |
DequeueAny | Means users granted this privilege are allowed to dequeue messages from any queues in the database. |
EnqueueAny | Means users granted this privilege are allowed to enqueue messages to any queues in the database. |
ManageAny | Means users granted this privilege are allowed to run OracleQueueAdmin methods calls on any schemas in the database. |
Unknown | The system privilege is not specified. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Devart.Data.Oracle.OracleQueueSystemPrivilege
See Also