Database Statistics System Procedures and Functions
These are the system procedures and functions for managing database statistics:
Procedure / Function Name | Description |
---|---|
SYSCS_UTIL.COLLECT_SCHEMA_STATISTICS | Collects statistics on a specific schema in your database. |
SYSCS_UTIL.DISABLE_COLUMN_STATISTICS | Disables collection of statistics on a specific column in a table. |
SYSCS_UTIL.DROP_SCHEMA_STATISTICS | Drops statistics for a specific schema in your database. |
SYSCS_UTIL.ENABLE_COLUMN_STATISTICS | Enables collection of statistics on a specific column in a table. |