更新时间:2025-03-12 GMT+08:00
V$SYSSTAT
V$SYSSTAT视图显示自数据库实例启动那刻起就开始累计的全实例的资源使用情况。默认只有初始用户或监控管理员可以访问,其它用户需授予MONADMIN权限才可访问。该视图同时存在于PG_CATALOG和SYS Schema下。在ARM环境下,需先开启内存资源管理功能,详细操作请联系管理员处理。
| 名称 | 类型 | 描述 |
|---|---|---|
| statistic# | numeric | 统计编号。 |
| name | character varying(64) | 统计名称。 |
| class | numeric | 暂不支持,值为NULL。 |
| value | numeric | 统计值。 |
| stat_id | numeric | 暂不支持,值为NULL。 |
| con_id | numeric | 暂不支持,值为0。 |
父主题: 系统视图