zoukankan      html  css  js  c++  java
  • Oracle内部视图:x$ktfbue

    x$ktfbue:kernel transaction, file bitmap used extent,used extent bitmap in file header for LMT (equivalent to uet$ in DMT); check dba_extents view definition,ktfb –space/spcmgmt support for bitmapped space manipulation of files/tablespaces KTFBUE means K[Kernel] T[Transaction] F[File] B[Bitmap] U[Used] E[Extents]
    
    SQL> desc x$ktfbue;
    
    Name	        Meaning
    ADDR	        N/A
    INDX	        N/A
    INST_ID	        N/A
    KTFBUESEGTSN	ts# containing this segment
    KTFBUESEGFNO	Relative number of the file containing the segment header
    KTFBUESEGBNO	segment header block number
    KTFBUEEXTNO	Extent number
    KTFBUEFNO	Relative number of the file containing the extent
    KTFBUEBNO	Starting block number of the extent
    KTFBUEBLKS	Size of the extent in ORACLE blocks
    KTFBUECTM	commit_jtime,Commit Time of the undo in the extent expressed as Julian date
    KTFBUESTT	commit_wtime,Commit Time of the undo in the extent expressed as wall clock time
    KTFBUESTA	Transaction Status of the undo in the extent;1, 'ACTIVE', 2, 'EXPIRED', 3, 'UNEXPIRED', 0 for non-undo-extent
  • 相关阅读:
    SQL第3课:具有约束的查询(第2部分)
    SQL第1课:SELECT查询
    idea快捷键
    Vue基础
    分布式基础
    数据结构-线性表
    常用算法
    数据结构-概述
    Django使用Jinja2模板引擎
    宿主机nginx使用容器php-fpm处理php请求
  • 原文地址:https://www.cnblogs.com/macleanoracle/p/2967793.html
Copyright © 2011-2022 走看看