Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3902691
  • 博文数量: 534
  • 博客积分: 10470
  • 博客等级: 上将
  • 技术积分: 4800
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-26 14:08
文章分类

全部博文(534)

文章存档

2021年(1)

2019年(1)

2017年(1)

2016年(2)

2013年(2)

2012年(10)

2011年(43)

2010年(10)

2009年(17)

2008年(121)

2007年(253)

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)   

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

上一篇:开发小体会

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

给主人留下些什么吧!~~