SetDbmsApplicationInfo Method
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.
'Declaration
Public Sub SetDbmsApplicationInfo( _
ByVal As String, _
ByVal As String, _
ByVal As String _
)
Parameters
- moduleName
- The module name to record.
- actionName
- The action name to record.
- clientInfo
- The client information to record.