一、oracle commonly table
1、dba_extents #describes the extents comprising the segments in all tablespaces in the database.
Oracle commonly uesd tables/views and processes(二)_第1张图片
commonly column
owner
segment_name
partition_name
tablespace_name
blocks
bytes

2、dba_segments#describes the storage allocated for all segments in the database.
Oracle commonly uesd tables/views and processes(二)_第2张图片
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 .