The OB_MOD_ACT_TRACE_DISABLE procedure disables end-to-end diagnostics at the module/action level.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.
Syntax
DBMS_MONITOR.OB_MOD_ACT_TRACE_DISABLE(
module_name IN VARCHAR2,
action_name IN VARCHAR2)
Parameters
| Parameter | Description |
|---|---|
| module_name | The name of the module for which end-to-end diagnostics is to be disabled. |
| module_name | The name of the action for which end-to-end diagnostics is to be disabled. |