dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTableOptions Class / Secure Property

In This Topic
    Secure Property
    In This Topic
    Specifies whether the queue table is used for secure queues. Default value is false.
    Syntax
    'Declaration
     
    Public Property Secure As Boolean
    public bool Secure {get; set;}

    Property Value

    true if the queue table can be used for secure queues; otherwise, false.
    Remarks
    This parameter must be set to true if you want to use the queue table for secure queues. Secure queues are queues for which AQ agents must be associated explicitly with one or more database users who can perform queue operations, such as enqueue and dequeue. The owner of a secure queue can perform all queue operations on the queue, but other users cannot perform queue operations on a secure queue, unless they are configured as secure queue users.
    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