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