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