AlterPrimaryInstance Method
In This Topic
Changes the primary Oracle instance that is used to operate the queue table.
Syntax
'Declaration
Public Sub AlterPrimaryInstance( _
ByVal As Integer _
)
public void AlterPrimaryInstance(
int
)
Parameters
- primaryInstance
- The Oracle instance identifier. 0 means any available instance can be the queue table's owner.
See Also