今天通过视频学习,和网上搜索总结了一些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)

oracle 查看动态性能视图,oracle常用动态性能视图相关推荐

  1. oracle 查看表空间总量,oracle 查看表空间以及剩余量

    --1.查看表空间的名称及大小 SELECT t.tablespace_name, round(SUM(bytes / (1024 * 1024)), 0) ts_size FROM dba_tabl ...

  2. oracle 查看内存参数配置,Oracle内存参数配置及版本问题

    Oracle的内存配置与Oracle性能息息相关.从总体上讲,可以分为两大块:共享部分(主要是SGA)和进程独享部分(主要是PGA).在 32 位操作系统下 的Oracle版本,不时有项目反馈关于内存 ...

  3. oracle查看数据库字符编码,oracle 查看、批改字符集编码

    当前位置:我的异常网» 数据库 » oracle 查看.批改字符集编码 oracle 查看.批改字符集编码 www.myexceptions.net  网友分享于:2013-07-19  浏览:3次 ...

  4. oracle查看所有用户6,oracle 查看 用户 用户权限 用户表空间 用户默认表空间

    Oracle查询用户表空间 ◆Oracle查询用户表空间:select * from user_all_tables ◆Oracle查询所有函数和储存过程:select * from user_sou ...

  5. oracle 查看过程的用户,Oracle 查看 用户拥有权限的过程

    Oracle 查看 用户拥有权限的过程 发布时间:2020-07-19 21:51:47 来源:51CTO 阅读:418 作者:ubuntuo create or replace procedure ...

  6. oracle查看表sql语句,oracle查看创造表的sql语句

    oracle查看创建表的sql语句 1,DESCRIBE 命令 使用方法如下: SQL> describe nchar_tst(nchar_tst为表名) 显示的结果如下: 名称         ...

  7. oracle查看分区表的数据,ORACLE数据库查看分区表相关信息的方法

    ORACLE数据库如何查看分区表的相关信息呢?不知道你有没有总结过这方面的知识.下面我们先创建两个表TEST. GPRS_CELLTOPVOL_WK来做实验,脚本如下: CREATE TABLE GP ...

  8. oracle查看表的命令,Oracle常用查看表结构命令

    获取表: select table_name from user_tables; //当前用户的表 select table_name from all_tables; //所有用户的表 select ...

  9. oracle查看sga实际使用,oracle SGA区基础知识与查看命令

    Instance:数据库启动后在内存中的映像,以及管理该内存区的后台进程: 组成:(SGA+background process); 查看数据库的实例名: Sql >show parameter ...

  10. oracle查看字典结构体,Oracle数据字典的实操

    以下的文章主要是介绍Oracle sqlplus命令中用户有效地利用Oracle数据字典的方案,我们大家都知道Oracle数据字典作为数据库的重要的组成部分之一,是随着数据库的产生而产生, 随着数据库 ...

最新文章

  1. 在vuejs 中使用axios不能获取属性data的解决方法
  2. Gamma校正及其OpenCV实现
  3. 解决Java Web对Linux服务器不能上传文件的难题
  4. [转]Web测试中的界面测试用例设计
  5. 使用ETL控件还是存储过程
  6. OSChina 周三乱弹——真相往往令人内牛满面
  7. notepad++查看16进制文件
  8. U盘加载硬盘控制卡驱动安装Windows 2003 指南
  9. [jQuery] 速记一の屏蔽鼠标右键监听鼠标Event
  10. Spring Web MVC(二)
  11. lvs-rrd 监控LVS
  12. Longest Continuous Increasing Subsequence(最长递增连续子序列)
  13. ImgURL一款简单纯粹的图床程序源码
  14. 解决THINKBOOK 14安装windows系统不识别固态硬盘的问题
  15. pageX,clientX,screenX,offsetX区别
  16. 网络流:最大流,最小割 基本概念及算法
  17. 复杂指令集(CISC)和精简指令集(RISC)
  18. 计算机c盘空间满了应该怎么办,电脑c盘空间满了怎么办?教你12个方法解决电脑c盘空间不足的问题...
  19. python apply lambda if_在Pandas中使用Apply Lambda函数和多个if语句
  20. Scaling Hyperledger Fabric Using Pipelined Execution and Sparse Peers(提升fabric 6倍性能的文章翻译)

热门文章

  1. 谈判失败:Oracle杀死Java EE
  2. 云上远程运维的最后那点担心,“云梯”帮你解决
  3. 毕昇 JDK:为啥是ARM 上超好用的 JDK
  4. 案例分享丨红外自动感应门设计与实现详解
  5. 【华为云技术分享】【我的物联网成长记16】玩转设备固件升级
  6. 【我的物联网成长记10】五分钟了解物联网SIM卡【华为云技术分享】
  7. 一张图读懂什么是专属分布式存储
  8. 查看Ubuntu中的ip地址
  9. TikZ绘图示例——尺规作图: 椭圆的近似画法
  10. LeetCode 剑指Offer 64.求1,2到n的和, 不使用循环/判断及乘除