Oracle下绝对文件号和相对文件号区别

php中文网
发布: 2016-06-07 15:45:48
原创
1279人浏览过

Oracle下绝对文件号和相对文件号区别 一:Oracle官方给出的描述 Oracle Database assigns each datafile two associated file numbers, an absolute file number and a relative file number, that are used to uniquely identify it Absolute:Uniquely ide

Oracle下绝对文件号和相对文件号区别


 一:Oracle官方给出的描述
 
Oracle Database assigns each datafile two associated file numbers, an absolute file

number and a relative file number, that are used to uniquely identify it
 
 
Absolute:Uniquely identifies a datafile in the database. This file number can be used in many SQL statements that reference datafiles in place of using the file name. The absolute file number can be found in the FILE# column of the V$DATAFILE or V$TEMPFILE view, or in the FILE_ID column of the DBA_DATA_FILES or DBA_TEMP_FILES  view
 
 
Relative:Uniquely identifies a datafile within a tablespace. For small and medium size databases, relative file numbers usually have the same value as the absolute file number. However, when the

number of datafiles in a database exceeds a threshold (typically 1023), the relative file number differs from the absolute file number. in a bigfile tablespace, the relative file number is always

1024 (4096 on OS/390 platform).
 
二:总结如下
 
总述:oracle数据库会给每一个新创建的datafile分配一个绝对文件号和相对文件号,两者都用于唯一性标识该数据文件,只不过标识范围不一样。
 
绝对文件号:
 
1 绝对文件号数据库范围内唯一标识一个数据文件
 
2 sql语句中常常用绝对文件号代替该数据文件名字。
 
3 绝对文件号可通过查询视图v$datafile|v$tempfile|dba_data_files|dba_temp_files相关字段file#|file_id 获得
 
例如:v$datafile 的file#字段
 
select file#,name,status from v$datafile
 
    FILE# NAME                                    STATUS
 
---------- ---------------------------------------- -------
 
        1 /oracle/CRM2/system1.dbf                SYSTEM
 
        2 /oracle/CRM2/zxb.dbf                    ONLINE
 
        3 /oracle/CRM2/CRM/sysaux01.dbf            ONLINE
 
        4 /oracle/CRM2/CRM/users01.dbf            ONLINE
 
        5 /oracle/CRM2/zxa.dbf                    ONLINE
 
        6 /oracle/CRM2/CRM/test1.dbf              ONLINE
 
        7 /oracle/CRM2/zxc.dbf                    ONLINE
 
        8 /oracle/CRM2/CRM/undotbs1.dbf            ONLINE
 
相当文件号:
 
1 相对文件号在表空间范围内唯一标识一个数据文件。
 
2 数据库内数据文件没有超过1023个时,相对文件号和绝对文件号是相等的;数据文件若超出1023个,则会不同。
 
3 在大表空间中数据文件相对文件号总是1024
 
4 查询v$datafile|v$tempfile字段RFILE# ,dba_data_files|dba_temp_files字段RELATIVE_FNO等,可查出相对文件号。
 
 
 
例1如 v$datafile的字段rfile#
 
SQL> Select file#,rfile#,name,status from v$datafile;
 
 
 
    FILE#    RFILE#  NAME                                    STATUS
 
---------- ---------- ---------------------------------------- -------
 
        1          1  /oracle/CRM2/system1.dbf                SYSTEM
 
        2          2  /oracle/CRM2/zxb.dbf                    ONLINE
 
        3          3  /oracle/CRM2/CRM/sysaux01.dbf            ONLINE
 
        4          4  /oracle/CRM2/CRM/users01.dbf            ONLINE
 
        5          5  /oracle/CRM2/zxa.dbf                    ONLINE
 
        6          6  /oracle/CRM2/CRM/test1.dbf              ONLINE
 
        7          7  /oracle/CRM2/zxc.dbf                    ONLINE
 
        8          8  /oracle/CRM2/CRM/undotbs1.dbf            ONLINE
 
 
 
8 rows selected.
 
例2 大表空间绝对文件号和相对文件号情况
 
 
 
SQL> select file#,rfile#,name,status from v$datafile;
 
 
 
    FILE#    RFILE#  NAME                                    STATUS
 
---------- ---------- ---------------------------------------- -------
 
        1          1  /oracle/CRM2/system1.dbf                SYSTEM
 
        2          2  /oracle/CRM2/zxb.dbf                    ONLINE
 
        3          3  /oracle/CRM2/CRM/sysaux01.dbf            ONLINE
 
        4          4  /oracle/CRM2/CRM/users01.dbf            ONLINE
 
        5          5  /oracle/CRM2/zxa.dbf                    ONLINE
 
        6          6  /oracle/CRM2/CRM/test1.dbf              ONLINE
 
        7          7  /oracle/CRM2/zxc.dbf                      ONLINE
 
        8          8  /oracle/CRM2/CRM/undotbs1.dbf            ONLINE
 
        9      1024  /oracle/CRM2/CRM/zxbig.dbf              ONLINE
 
 
 
SQL>select file_id,relative_fno,file_name from dba_data_files order by 1
 
  FILE_ID RELATIVE_FNO  FILE_NAME
 
---------- ------------ ----------------------------------------
 
        1            1  /oracle/CRM2/system1.dbf
 
        2            2  /oracle/CRM2/zxb.dbf
 
        3            3  /oracle/CRM2/CRM/sysaux01.dbf
 
        4            4  /oracle/CRM2/CRM/users01.dbf
 
        5            5  /oracle/CRM2/zxa.dbf
 
        6            6  /oracle/CRM2/CRM/test1.dbf
 
        7            7  /oracle/CRM2/zxc.dbf
 
        8            8  /oracle/CRM2/CRM/undotbs1.dbf
 
        9        1024  /oracle/CRM2/CRM/zxbig.dbf

www.linuxidc.comhttp://www.linuxidc.com/Linux/2012-12/75509.htm

Sider
Sider

多功能AI浏览器助手,帮助用户进行聊天、写作、阅读、翻译等

Sider 3159
查看详情 Sider
相关标签:
最佳 Windows 性能的顶级免费优化软件
最佳 Windows 性能的顶级免费优化软件

每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。

下载
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号