关于v$bh的相关字段值
FILE# NUMBER Datafile identifier number (to find the filename, query DBA_DATA_FILES or VDBFILE) 
BLOCK# NUMBER Block number 
CLASS# NUMBER Class number 
STATUS VARCHAR2(6) Status of the buffer: 
free - Not currently in use

xcur - Exclusive

scur - Shared current

cr - Consistent read

read - Being read from disk

mrec - In media recovery mode

irec - In instance recovery mode

XNC NUMBER Number of PCM x to null lock conversions due to contention with another instance.

This column is obsolete and maintained for backward compatibility. 
LOCK_ELEMENT_ADDR RAW(4 | 8) Address of the lock element that contains the PCM lock that

is covering the buffer. If more

than one buffer has the same address, then these buffers are covered by the same PCM lock. 
LOCK_ELEMENT_NAME NUMBER The address of the lock element that contains the PCM lock that

is covering the buffer. If more than one buffer has the same address, then these buffers are

covered by the same PCM lock. 
LOCK_ELEMENT_CLASS NUMBER The address of the lock element that contains the PCM lock that

is covering the buffer. If more than one buffer has the same address, then these buffers are

covered by the same PCM lock. 
FORCED_READS NUMBER Number of times the block had to be reread from the cache because

another instance has forced it out of this instance's cache by requesting the lock on the block

in exclusive mode 
FORCED_WRITES NUMBER Number of times GCS had to write this block to cache because this

instance had used the block and another instance had requested the lock on the block in a

conflicting mode 
DIRTY VARCHAR2(1) Y - block modified 
TEMP VARCHAR2(1) Y - temporary block 
PING VARCHAR2(1) Y - block pinged 
STALE VARCHAR2(1) Y - block is stale 
DIRECT VARCHAR2(1) Y - direct block 
NEW VARCHAR2(1) Always set to N. This column is obsolete and maintained for backward compatibility. 
OBJD NUMBER Database object number of the block that the buffer represents 
TS# NUMBER Tablespace number of block

转载 http://hi.baidu.com/jdsnhan/item/d8c91b9f62fcd3de1f427124

关于v$BH的更多相关文章

  1. 算法语言Scheme修订6报告 R6RS简体中文翻译

    算法语言Scheme修订6报告 R6RS简体中文翻译 来源 https://r6rs.mrliu.org/   MICHAEL SPERBERR. KENT DYBVIG, MATTHEW FLATT ...

  2. 设置Hyper V

    1.打开服务器管理器 2.添加角色和功能 3.安装类型 -> 基于角色或基于功能的安装 4.服务器选择 -> 下一步 5.服务器角色 勾选"Hyper V"

  3. oracle视图V$BH && X$BH的使用列子

    1创建一个测试表,test,并且插入10000行数据:    SQL>  create table test (id int); SQL> begin      2  for i in 1 ...

  4. algorithm@ Shortest Path in Directed Acyclic Graph (O(|V|+|E|) time)

    Given a Weighted Directed Acyclic Graph and a source vertex in the graph, find the shortest paths fr ...

  5. regression | p-value | Simple (bivariate) linear model | 线性回归 | 多重检验 | FDR | BH | R代码

    P122, 这是IQR method课的第一次作业,需要统计检验,x和y是否显著的有线性关系. Assignment 1 1) Find a small bivariate dataset (pref ...

  6. 实例演示oracle数据块状态视图v$bh的用法二 热点块问题(转)

    在实例一中,我们读取到了x$bh中的tch字段,该字段表示的该字段被读取/写入的次数,这个值在oracle的LRU算法中,是一个重要的参数,如果这个字段被访问,则该值就会增加: 1,第一次查看TCH的 ...

  7. oracle--dump & V$BH

    一,什么是BH BH即Buffer Header,每一个数据块在被读入buffer cache时,都会先在buffer cache中构造一个buffer header,buffer header与数据 ...

  8. ORA-01400: 无法将 NULL 插入 ("CHARGE_WQRL"."SF_JMQTFY_T"."BH")

    [ERROR] JmCheckManageDaoImpl:901 - java.sql.SQLException: ORA-01400: 无法将 NULL 插入 ("CHARGE_WQRL& ...

  9. x$bh视图

    首先,这篇文章是基于如下ORACLE版本. BANNER ------------------------------------------------ Oracle Database 10g En ...

随机推荐

  1. word中怎么快速选中光标之前或之后的全部内容?

    在Word中,快速选中=光标之后=的全部内容的快捷键:Ctrl + Shift + End:在Word中,快速选中=光标之前=的全部内容的快捷键:Ctrl + Shift + Home.在Word中, ...

  2. Unity遍历资源下的所有文件以及子文件

    笔者介绍:姜雪伟,IT公司技术合伙人,IT高级讲师,CSDN社区专家,特邀编辑,畅销书作者,已出版书籍:<手把手教你架构3D游戏引擎>电子工业出版社和<Unity3D实战核心技术详解 ...

  3. RxJava 1.x 笔记:组合型操作符

    最近去检查眼睛,发现度数又涨了,唉,各位猿多注意保护自己的眼睛吧! 前面学了 RxJava 的三种关键操作符: 创建型操作符 过滤型操作符 变换型操作符 读完本文你将了解第四种(组合型操作符): 组合 ...

  4. 程序设计入门-C语言基础知识-翁恺-第三周:循环-详细笔记(三)

    目录 第三周:循环 3.1 循环 3.2 循环计算 3.3 课后习题 3.4 讨论题(不需要掌握) 第三周:循环 3.1 循环 while循环 语法: while(条件表达式){ //循环体语句 } ...

  5. python库openpyxl操作excel

    废话不多说,看代码,不懂的留言. from openpyxl import * class ExcelUtil: ''' 读取excel文件内容''' def create_work_book(sel ...

  6. BZOJ3673 可持久化并查集 by zky 【主席树】

    BZOJ3673 可持久化并查集 by zky Description n个集合 m个操作 操作: 1 a b 合并a,b所在集合 2 k 回到第k次操作之后的状态(查询算作操作) 3 a b 询问a ...

  7. 将 async/await 异步代码转换为安全的不会死锁的同步代码

    在 async/await 异步模型(即 TAP Task-based Asynchronous Pattern)出现以前,有大量的同步代码存在于代码库中,以至于这些代码全部迁移到 async/awa ...

  8. ubuntu qq安装

    安装最新版qq2016 qq2012下载链接: https://pan.baidu.com/s/1miFVc04 密码: 3g9w 先解压到自己所在的目录,解压命令自己百度在这个目录下,有三个解压包, ...

  9. Python中实现远程调用(RPC、RMI)简单例子

    说白了,远程调用就是将对象名.函数名.参数等传递给远程服务器,服务器将处理结果返回给客户端   远程调用使得调用远程服务器的对象.方法的方式就和调用本地对象.方法的方式差不多,因为我们通过网络编程把这 ...

  10. WPF实现Twitter按钮效果(转)

    最近上网看到这个CSS3实现的Twitter按钮,感觉很漂亮,于是想用WPF来实现下. 实现这个效果,参考了CSS3 原文地址:http://www.html5tricks.com/css3-twit ...