Skip to Main Content

Chinese

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

lob字段的缩小

958902Dec 2 2012 — edited Dec 2 2012
表的空间占用的 比较的
查询了 app_vip用户的占用空间
select segment_name,owner,sum(bytes)/1024/1024 "Space(MB)"
from dba_segments where owner='APP_VIP'
group by segment_name,owner order by "Space(MB)" desc
1 SYS_LOB0000109151C00005$$ APP_VIP 294688
2 SYS_LOB0000165827C00005$$ APP_VIP 70522
3 SYS_LOB0000154811C00008$$ APP_VIP 24231
其中SYS_LOB0000109151C00005$$的字段为294688M 这个字段是哪张表上面的?能缩小吗
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 30 2012
Added on Dec 2 2012
2 comments
1,079 views