dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueSystemPrivilege Enumeration

In This Topic
    OracleQueueSystemPrivilege Enumeration
    In This Topic
    The AQ administration privilige granted to or revoked from a user or role.
    Syntax
    'Declaration
     
    Public Enum OracleQueueSystemPrivilege 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleQueueSystemPrivilege : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    DequeueAnyMeans users granted this privilege are allowed to dequeue messages from any queues in the database.
    EnqueueAnyMeans users granted this privilege are allowed to enqueue messages to any queues in the database.
    ManageAnyMeans users granted this privilege are allowed to run OracleQueueAdmin methods calls on any schemas in the database.
    UnknownThe system privilege is not specified.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Oracle.OracleQueueSystemPrivilege

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also