暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

About Dynamic Performance Views

zy 2025-01-09
28

Oracle contains a set of underlying views that are maintained by the database server and accessible to the database administrator user SYS. These views are called dynamic performance views because they are continuously updated while a database is open and in use, and their contents relate primarily to performance.
Although these views appear to be regular database tables, they are not. These views provide data on internal disk structures and memory structures. You can select from these views, but you can never update or alter them.

The catalog.sql script contains definitions of the views and public synonyms for the dynamic
performance views. You must run catalog.sql to create these views and synonyms. After
installation, only user SYS or anyone with SYSDBA privilege has access to the dynamic
performance tables. See Oracle Database Administrator’s Guide for more information about
running catalog.sql.
8

「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论