zoukankan      html  css  js  c++  java
  • VIEW: X$KTUXE Transaction Entry (table)

    View:   X$KTUXE
             [K]ernel [T]ransaction [U]ndo
               Transa[x]tion [E]ntry (table)
    
      This view is very useful as it gives an indication of the state
      of the transaction tables in the rollback segment headers.
      The information here can be used to see the state of transactions
      requiring transaction recovery do not show in <View:V$TRANSACTION>
      <Event:10013> may be useful to trace transaction recovery.
    
     Column          Type               Description
     --------        ----               --------
     ADDR            RAW(4|8)           address of this row/entry in the array or SGA
     INDX            NUMBER             index number of this row in the fixed table array
     INST_ID         NUMBER       8.x   oracle instance number
    
    Transaction ID
     KTUXEUSN        NUMBER             undo seg number
           KUSNOLTP UB2MAXVAL           is no-undo xac
     KTUXESLT        NUMBER             slot number
           KSLTINV  UB2MAXVAL           not a valid slot num
     KTUXESQN        NUMBER             wrap number, is savept # at start if no-undo xac
                                         position within transaction
    
     KTUXERDBF       NUMBER             relative File
     KTUXERDBB       NUMBER             relative Block
     KTUXESCNB       NUMBER             SCN base for prepare/commit
     KTUXESCNW       NUMBER             SCN wrap for prepare/commit
     KTUXESTA        VARCHAR2(16)       Transaction Status
     KTUXECFL        VARCHAR2(24)       Transaction flags
     KTUXEUEL        NUMBER             Used for extent of tx and link to commit list
    
    Distributed tx: collecting dba and undo bk to start retrieving collecting info rec
     KTUXEDDBF       NUMBER             relative file
     KTUXEDDBB       NUMBER             relative dba
    
    Parent transaction id
     KTUXEPUSN       NUMBER       8.x   undo seg number
           KUSNOLTP UB2MAXVAL           is no-undo xac
     KTUXEPSLT       NUMBER       8.x   slot number
           KSLTINV  UB2MAXVAL           not a valid slot num
     KTUXEPSQN       NUMBER       8.x   wrap number, is savept # at start if no-undo xac
                                          position within transaction
    
     KTUXESIZ        NUMBER       8.1  number of undo blocks used by the transaction
    
    Notes:
    
    To see any DEAD transactions for deferred transaction recovery
      after startup:
    
          select * from x$ktuxe where ktuxecfl='DEAD';
  • 相关阅读:
    mit课程ocw-business
    2016中国人工智能企业TOP100, CBinsight2016年100家人工智能公司
    excel2013做数据透视表
    Mac OS X中,有三种方式来实现启动项的配置
    macbook双网卡路由
    怎么比较两个list中相同的值个数!
    创业圈必备英语
    全球最牛的100家AI创企:有多少独角兽?
    Java中字符串为什么不以结尾
    详解PPP模式下的产业投资基金运作【基金管理】
  • 原文地址:https://www.cnblogs.com/macleanoracle/p/2967219.html
Copyright © 2011-2022 走看看