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

In This Topic
    SecondaryInstance Property
    In This Topic
    The queue table fails over to the secondary instance if the primary instance is not available. The default value is 0, which means that the queue table will fail over to any available instance.
    Syntax
    'Declaration
     
    Public Property SecondaryInstance As Integer
    public int SecondaryInstance {get; set;}
    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