Home > Database > Mysql Tutorial > Oracle DBA_EXTENTS视图 与 DBA_SEGMENTS视图

Oracle DBA_EXTENTS视图 与 DBA_SEGMENTS视图

WBOY
Release: 2016-06-07 16:00:30
Original
1208 people have browsed it

DBA_EXTENDS描述的是数据库所有表空间中段的扩展信息。使用DBA_EXTENDS必须保证相应的数据文件处于online状态,否则无法返回任何

--------------------------------------------------------------------------------------------------------------------------------

 

DBA_SEGMENTS describes the storage allocated for all segments in the database.

 

Related View

 

USER_SEGMENTS describes the storage allocated for the segments owned by the current user's objects. This view does not display the OWNER, HEADER_FILE, HEADER_BLOCK, or RELATIVE_FNO columns.

 

     DBA_SEGMENTS 视图描述的是数据库中所有段的存储和分配信息。

Oracle DBA_EXTENTS视图 与 DBA_SEGMENTS视图

   段包含多个扩展区,,扩展区是与数据相关的用户可见的最底层的视图,通过这两个视图,我们可以知道一条记录所在的表空间,数据文件号和分区。还可以知道各储存段的大小和扩展区信息。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template