微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Oracle commonly uesd tables/vi

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

Oracle commonly uesd tables/vi


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/vi


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 .

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐