日期:2014-05-16 浏览次数:20522 次
随着数据库的使用,数据文件越来越大,有没有办法将标记为free的block挤掉
相关表:
DBA_DATA_FILES
describes database files.
Column | Datatype | NULL | Description |
---|---|---|---|
FILE_NAME |
VARCHAR2(513) |
Name of the database file | |
FILE_ID |
NUMBER |
NOT NULL |
File identifier number of the database file |
TABLESPACE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the tablespace to which the file belongs |
BYTES |
NUMBER |
Size of the file in bytes | |
BLOCKS |
NUMBER |
NOT NULL |
Size of the file in Oracle blocks |
STATUS |
免责声明: 本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
|