FLUSH_DATA is used to aggregate data to the statistics table.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
DBMS_PROFILER.FLUSH_DATA
RETURN BINARY_INTEGER;
DBMS_PROFILER.FLUSH_DATA;
Note
RETURN BINARY_INTEGER specifies the return data type as a binary integer. In practice, you typically do not need to explicitly declare RETURN BINARY_INTEGER. Instead, you can directly call the FLUSH_DATA procedure.
Examples
obclient> call DBMS_PROFILER.flush_data();
Query OK, 0 rows affected (0.012 sec)
