posts - 35,comments - 2,views - 50611

1,找到那些表是空表:

select table_name from user_tables where NUM_ROWS=0;

2,设置对应的空表,分配空间:

alter table TableName allocate extent;

posted on 2016-10-19 10:51  呆萌小码  阅读(211)  评论(0)    收藏  举报
< 2025年8月 >
27 28 29 30 31 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

点击右上角即可分享
微信分享提示