设为首页 收藏本站
查看: 912|回复: 0

[经验分享] oracle的动态性能视图

[复制链接]

尚未签到

发表于 2018-9-8 06:31:09 | 显示全部楼层 |阅读模式
  在网上搜索总结了一些oracle 常用的动态性能视图和大家分享
  要查看oralce有哪些可用的动态性能视图可以看v$fixed_table
  1.关于数据库/实例的动态性能视图
  v$database :displays information about the database from the control file.
  v$instance :displays the state of the current instance(当前实例的状况)
  v$option :displays oracle database options and features(数据库的选项和特性)
  :option must be separately licensed(选项单独认证设置)
  :whereas features come with the product and are enabled based on
  the product that is running(产品特性的发挥也是要产品运行才能体现)
  v$parameter :displays information about the initialization parameter that
  :are currently in effect for the session.A new session inherits
  :parameter values from the instance-wide values displayed by the
  :v$system_parameter view.
  v$backup    :display the backup status of all online datafiles.(所有在线数据文件的备份情况)
  v$px_process_sysstat :contains information about the sessions running parallel execution
  (包含并行执行会话的信息)
  v$process :displays information about the currently active processes(活动进程的信息)
  v$waitstat: displays block contention statistics.this table is only updated when timed
  :statistics are enabled(显示热块竞争的统计,当时间统计参数启动时,这个表只能更新)
  v$system_event :total waits for an event(事件的总等待时间)
  2.关于磁盘文件的视图
  v$datafile :datafile information from the control file
  v$filestat :displays the number of physical reads and writes done and the total number of
  :single-block and multiblock I/Os done at file level(在文件级别显示物理读写和io信息)
  v$log    :displays log file information from the control file
  v$log_history :log history information from the control file
  v$dbfile :all datafiles making up the database
  v$tempfile :tempfile information
  v$tempstat :file read/write statistics(文件读写的统计)
  v$segment_statistics :segment-level statistics
  3.contention竞争的视图
  v$lock :lists the locks currently held by the oracle database and outstanding requests for
  : a lock or latch (正在使用的锁和过多的请求对锁)
  v$rollname :lists the names of all online rollback segments(在线回滚段的信息)
  v$rollstat :contains rollback segment statistics(回滚段的统计情况)
  v$waitstat :block contention statistics(块争用统计)
  v$latch :aggregate latch statistics (闩锁的总和统计)
  4.memory 的视图
  v$buffer_pool_statistics :statistics about all buffer pools available for the instance
  :(实例所有可用的缓存池的统计)
  v$db_object_cache:database objects thatare cached inthe library cache(被缓存在库缓存区的对象)
  v$librarycache :contains statistics about library cache performance and activity
  (库缓存区的性能和活动的统计信息)
  v$rowcache :statistics for data dictionary activity(数据字典活动信息统计)
  v$sysstat:system statistics
  v$sgastat :detailed information on the system global area(sga)
  5.用户/会话的视图
  v$lock :lists the locks currently held by the oracle database and outstanding requests for
  : a lock or latch (正在使用的锁和过多的请求对锁)
  v$open_cursor :list cursors that each user session currently has opened and parsed,or cached
  (当前会话打开的游标列表)
  v$process :displays information about the currently active processes(活动进程的信息)
  v$transaction :lists the active transaction in the system (列出系统活动的事物)
  v$px_sesstat :parallel execution(px),contains information about the sessions running
  (正在执行会话的并行执行情况统计)
  v$px_session :parallel execution(px),contains information about the sessions running
  v$sesstat :user session statistics
  v$session_event :on waits for an event by a session(会话等待事件)
  v$sort_usage :在11g好像就没有了
  v$sort_segment:displays information about every sort segment in given instance
  显示实例中给出的每个回滚段的信息。
  v$session_wait :current or last wait for each session(当前或上次的等待信息)
  v$session
  v$session_object_cache :object cache statistics for the current user session on the local
  :server(instance)


运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.iyunv.com/thread-567233-1-1.html 上篇帖子: Oracle Linux 6.8 設置本地yum更新源 下篇帖子: oracle行列转换
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表