The OB_MOD_ACT_TRACE_ENABLE procedure enables full-link tracing at the module/action level.
Applicability
This topic applies only to OceanBase Database Enterprise Edition.
Syntax
DBMS_MONITOR.OB_MOD_ACT_TRACE_ENABLE(
module_name IN VARCHAR2,
action_name IN VARCHAR2,
level IN INT,
sample_pct IN NUMBER,
record_policy IN VARCHAR2);
Parameters
| Parameter | Description |
|---|---|
| module_name | The module_name to enable full-link tracing for. |
| action_name | The action_name to enable full-link tracing for. |
| level | |
| sample_pct | The sampling rate, which ranges from 0 to 1. |
| record_policy | The printing strategy:
|
