objd, dba, slot-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3977390
  • 博文数量: 536
  • 博客积分: 10470
  • 博客等级: 上将
  • 技术积分: 4825
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-26 14:08
文章分类

全部博文(536)

文章存档

2024年(3)

2021年(1)

2019年(1)

2017年(1)

2016年(2)

2013年(2)

2012年(10)

2011年(43)

2010年(10)

2009年(17)

2008年(121)

2007年(252)

2006年(73)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2008-03-13 18:55:58

今天问了一个非常愚蠢的问题,自己学习oracle已经快2年多了,既然还问人家:
    objd, dba, slot是什么?干什么用的?

说明自己没有真正的明白。 写上,找到后给补详细些。

============================
objd:
    is assigned to each data object, such as table or index when it is created, and it is unique within the database.

objd:
    刚开始的时候表的objn和objd是一样,每次truncate table后objd的值将会逐渐增加。视图的objd值为0。

-----------
data block address (dba):

the dba (here: not the database administrator but the data block address) uniquely identifies a database block in the database.
behind such a database block address is a datafile number and the block number within that database file.
the datafile number can be found with dbms_utility.data_block_address_file. the block number within this file can be found with dbms_utility.data_block_address_block. a database block address can be constructed from a datafile number and a block number with make_data_block_address.

-----------
slot:
    dbms_rowid can be used to convert rowids into a
        file id (rowid_relative_fno)
        block number (rowid_block_number)
        slot number in block (rowid_row_number)   

阅读(1517) | 评论(0) | 转发(0) |
0

上一篇:开发小体会

下一篇:工作上的麻烦事情

给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图