V$SYSSTAT
V$SYSSTAT displays the resource usage of the entire database instance since the database instance starts to run. By default, only the initial user or monitoring administrator can access the database. Other users can access the database only after being granted the MONADMIN permission. This view exists in the PG_CATALOG and SYS schemas.
Name |
Type |
Description |
---|---|---|
statistic# |
numeric |
Statistics ID. |
name |
character varying(64) |
Statistical item name. |
class |
numeric |
Not supported. Set it to NULL. |
value |
numeric |
Statistical item value. |
stat_id |
numeric |
Not supported. Set it to NULL. |
con_id |
numeric |
Not supported. Set it to 0. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot