dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class / MigrateQueueTable Method
Oracle AQ version to migrate to.

In This Topic
    MigrateQueueTable Method
    In This Topic
    Ugrades an 8.0-compatible queue table to an 8.1-compatible or higher queue table, or downgrades an 8.1-compatible or higher queue table to an 8.0-compatible queue table.
    Syntax
    'Declaration
     
    Public Sub MigrateQueueTable( _
       ByVal compatible As OracleQueueCompatible _
    ) 
    public void MigrateQueueTable( 
       OracleQueueCompatible compatible
    )

    Parameters

    compatible
    Oracle AQ version to migrate to.
    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