The DBMS_XPROFILE package is a performance analysis toolkit that provides deep insights into resource consumption and operator-level performance metrics during SQL execution.
Privilege requirements
Users with execute privileges on PL/SQL can use this feature.
Subprograms of DBMS_XPROFILE
The following table lists the subprograms of DBMS_XPROFILE supported in OceanBase Database and their brief descriptions.
Subprogram |
Description |
|---|---|
| DISPLAY_PROFILE | Displays performance analysis data of an SQL execution plan and allows you to view diagnostic information at the operator level for a specified trace_id. |
