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 _
    ) 
     

    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.
    See Also