zoukankan      html  css  js  c++  java
  • Fixed X$ Tables in ASM

    From Vinod Haval's <Inside Overview of ASM Metadata> These Views helps in understanding the following metrics
    • Physical Mapping
    • Provides Undocumented Information
    • 18 X$ Tables (May be more)
    TABLE NAME DESCRIPTION
    X$KFALS This table gives the details about aliases  created in ASM
    X$KFCBH This is similar to x$kfbh and have same number  of rows as x$kfbh
    X$KFCCE This table helps to locate the particular block
    X$KFBH This table gives more physical block level info
    X$KFDSK_STAT This table provides the usage metrics data which can be used for performance analysis
    X$KFGRP This table provides the disk groups info in ASM
    X$KFGRP_STAT This table gives the usage metrics data for all the disk groups within the ASM
    X$KFGMG This table provides the details about ASM operations
    TABLE NAME DESCRIPTION
    X$KFKID This table provides the info about ASM disks
    X$KFNCL This is similar to x$kfbh and have same number  of rows as x$kfbh
    X$KFTMTA This table provides the info about DB instance  connected to ASM instance
    X$KFFIL This table gives more physical block level info
    X$KFFXP This table provides the physical extent allocation mapping info within ASM files
    X$KFDAT
    X$KFDPARTNER
    X$KFCLLE
  • 相关阅读:
    SQL 开窗函数
    使用 git 管理源代码
    mybatis常见问题
    es-删除记录
    Jmeter使用
    websocket在服务端获取客户端IP
    单点登录
    java中的HTTP客户端
    SpringBoot利用Redis管理分布式Session
    springboot中的统一异常处理
  • 原文地址:https://www.cnblogs.com/macleanoracle/p/2967241.html
Copyright © 2011-2022 走看看