-
Buffer Lock Mode and Compatibilities
Buffer Modes:
- KCBMNEW : New buffer for exclusive access
- KCBMSHR : Current buffer for shared access
- KCBMEXL : Current buffer for exclusive access
- KCBMCR : CR buffer for shared access
- KCBMCRX : Variant of CR mode
- KCBMNULL : Used to keep a reference to the buffer
Buffer State
- KCBBHFREE : buffer free
- KCBBHEXLCUR : buffer current
- KCBBHSHRCUR : buffer current
- KCBBHCR : buffer consistent read
- KCBBHREADING : being read
- KCBBHMRECOVERY : media recovery
- KCBBHIRECOVERY : crash or instance recovery
- KCBBHWRITING : write clone
- KCBBHPI : past image
- KCBBHMEMORY : allocated memory buffer
- KCBBHMWRITING : media recovery write clone
- KCBBHDONATED : donated to another memory component
Buffer Class
- KCBCDATA : DB blocks
- KCBCSORT : sort blocks
- KCBCSVUN : save undo blocks
- KCBCSEGH : segment header blocks
- KCBCSVSH : save undo segment hdrs
- KCBCFRLS : free list blocks
- KCBCEMAP : extent map
- KCBCBMAP : bitmap block
- KCBCIMAP : bitmap index block
- KCBCBFSB : bitmapped file space bitmap
- KCBCBFSH : bitmapped file space header
- KCBCPW : prewarmed buffers class initially
-
相关阅读:
Xamarin.Forms移动开发系列1:介绍和安装
网络协议 1
07 MySQL之索引原理
06 Navicat安装及简单使用
05 Mysql之多表查询
04 Mysql之单表查询
03 Mysql数据库之(行记录)详细操作
02 Mysql之库表简易操作
01 Mysql数据库初识
07 Python之协程
-
原文地址:https://www.cnblogs.com/macleanoracle/p/2967819.html
Copyright © 2020-2023
润新知