dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnection Class / SetDbmsApplicationInfo Method
The module name to record.
The action name to record.
The client information to record.

In This Topic
    SetDbmsApplicationInfo Method
    In This Topic
    This method uses the DBMS_APPLICATION_INFO package to record the names of the module and action performed and the client information to Oracle database in order to ease tracking of the application actions, performance, and resource usage.
    Syntax
    'Declaration
     
    Public Sub SetDbmsApplicationInfo( _
       ByVal moduleName As String, _
       ByVal actionName As String, _
       ByVal clientInfo As String _
    ) 
    public void SetDbmsApplicationInfo( 
       string moduleName,
       string actionName,
       string clientInfo
    )

    Parameters

    moduleName
    The module name to record.
    actionName
    The action name to record.
    clientInfo
    The client information to record.
    See Also