dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTrace Class / PlSqlTraceRunNumber Method

On this page
    PlSqlTraceRunNumber Method
    On this page
    Returns a run number for the current PL/SQL trace.
    Syntax
    'Declaration
     
    Public Function PlSqlTraceRunNumber() As Integer
    public int PlSqlTraceRunNumber()

    Return Value

    A run number.
    Remarks
    This number can be used to retrieve information from trace tables.
    See Also