As is known,ASM instance need to read initiator parameter file when startup.However,the diskgroups are not mounted at that time.How does ASM instance read it?Oracle ASM uses registry to locate initiat
原创
2014-04-17 20:44:56
650阅读
我们知道asm是以au为分配单元,默认一个au为1m,那么disk header位于第一个au的第一个数据块上,而asm block编号是从0开始下面通过kfed工具来了解asm diskheader内容[root@localhost ~]# kfed read /dev/asm-diskb
kfbh.endian: &nb
原创
2014-11-11 17:23:44
2735阅读
1.ocr磁盘简介 健忘问题是由于每个节点都有配置信息的拷贝,修改节点的配置信息不同步引起的。Oracle采用的解决方法就是把这个配置文件放在共享的存储上, 这个文件就是 OCR Disk.整个OCR的信息是树形结构的,主要分为3大分支.分别是SYSTEM,DATABASE和CRS,每个人分支都有许多小分支,只能由root用户修改.
原创
2016-10-10 16:38:56
2382阅读
This chapter describes how to administer Oracle Auto
原创
2022-11-28 15:58:35
158阅读
【Oracle RAC Database】:创建ASM DISK
原创
2019-04-30 15:09:30
825阅读
Oracle Concepts - Disk IO and the Shared PoolOracle Tips by Burleson ConsultingDisk IO and theShared PoolThe shared SQLarea contains the Pcode versions of all of the current SQL commands
原创
2021-08-16 22:53:18
152阅读
扫描的数据块在sga中已经存在,所以执行全表扫描时,它的物理读为0。 但是这里主要是oracle在优化策略
转载
2012-06-25 16:46:00
52阅读
2评论
Oracle RAC Study之--删除VOTE DISK环境:操作系统: AIX 5300-09集群软件: CRS 10.2.0.1数据库: Oracle 10.2.0.1构建AIX平台下RAC 依据共享存储的使用方式可以分两种:1、建立基于并发卷组(VG concurrent)的共享存储2、建立基于ASM下的RAW的共享存储如下图所示:本案例是用于基于VG
原创
2014-11-14 15:48:17
1436阅读
一.DirectPath Reads 说明在oracle 11g以前的版本中
转载
2012-06-25 16:46:00
77阅读
2评论
一.DirectPath Reads 说明在oracle 11g以前的版本中,如果对大表进行全表扫描,wait event是:db file scattered read;在11g
原创
2022-09-02 09:23:51
273阅读
kfk: async disk IO等待事件是ASM下异步的System I/O等待事件,kfk内核层面在disk_asynch_io=true时被激活。当rbal或其他ASM相关后台进程在维护ASM磁盘组时可能进入kfk: async disk IO等待。
SQL> col name for a20
SQL> col PARAMETER1 for a10
SQL> col PA
原创
2011-06-11 22:46:52
464阅读
Prior Oracle 11gR2, it was only possible to the OCR and Voting Disk files in multiple raw devices, shared between the nodes of a cluster.Fro
原创
2022-09-16 16:21:03
317阅读
Oracle等待事件kfk:async disk IO
转载
2012-07-15 21:10:45
793阅读
<br /> <br /> OCR 和 Voting disk 对RAC 来说是非常重要的。OCR记录节点成员
原创
2022-10-19 23:01:07
319阅读
官方文档对于V$ASM_DISK的描述是:V$ASM_DISK displays one row for every disk discovered by the Oracle Automatic Storage Management (Oracle ASM) instance, including disks that are not part of any disk grou
原创
2022-08-25 23:19:24
2086阅读
点赞
现在没得时间去总结,记录一下别人写的有关文章了这个是关于oracle里的物理读和逻辑读比较清楚的文章 physicalreads> "physicalreads direct +physicalreads cache"Total number of data blocks read from disk. This value can be greater than the va
转载
2023-05-24 14:25:38
274阅读
几个重要的Disk group 属性: 1、 ACCESS_CONTROL.ENABLED该属性用来控制某个disk group 上ASM FILE Access Control。 该参数有2个值:true 和false。 默认为false。当这个参数设置为true。 那么就必须访问权限的控制才能访
转载
2017-02-28 21:12:00
77阅读
2评论
有哪些操作可以导致direct reads(direct path reads)
原创
2021-10-28 10:08:53
240阅读
【Oracle RAC Database】通过ASMLIB创建ASM DISK
原创
2023-08-18 13:00:37
151阅读