dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class / AlterSecondaryInstance Method
The Oracle instance identifier. 0 means any available instance can be the queue table's owner.

In This Topic
    AlterSecondaryInstance Method
    In This Topic
    Changes the secondary Oracle instance that is used to operate the queue table.
    Syntax
    'Declaration
     
    Public Sub AlterSecondaryInstance( _
       ByVal secondaryInstance As Integer _
    ) 
    public void AlterSecondaryInstance( 
       int secondaryInstance
    )

    Parameters

    secondaryInstance
    The Oracle instance identifier. 0 means any available instance can be the queue table's owner.
    Remarks
    Does nothing if primaryInstance parameter is less than 0.
    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