当前位置:首页 > 数据库 > 正文

Oracle commonly uesd tables/views and processes(二)

2020-03-02 数据库

一、oracle commonly table
1、dba_extents #describes the extents comprising the segments in all tablespaces in the database.

commonly column
owner
segment_name
partition_name
tablespace_name
blocks
bytes

2、dba_segments#describes the storage allocated for all segments in the database.

owner
segment_name
partition_name
segment_type *
segment_subtype # subtype of lob segment :sourcefile assm mssm and null
tablespace_name
bytes

NOTE:The next Blog describe the principles of  Oracle 12C RAC .

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/22155.html