The DBMS_DAILY_MAINTENANCE system package is mainly used for managing and maintaining window compaction. Timed tasks are triggered based on this system package for window compaction.
Subprograms of DBMS_DAILY_MAINTENANCE
The following table lists the DBMS_DAILY_MAINTENANCE subprograms supported in the current OceanBase Database version and their brief descriptions.
| Subprogram | Description |
|---|---|
| TRIGGER_WINDOW_COMPACTION_PROC | Manually triggers window compaction. |
| SET_THREAD_COUNT | Sets the number of threads for window compaction. |
