ROLLUP_RUN is used to calculate the execution time for each unit during an execution.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
PROCEDURE ROLLUP_RUN(run_number IN number);
Parameters
Parameter |
Description |
|---|---|
| run_number | The storage run number, which allows you to store and call the run data later. The values of the run_number IN parameter come from the run_number OUT parameter of start_profiler. |
Examples
obclient> call dbms_profiler.rollup_run(1);
Query OK, 0 rows affected (0.06 sec)
