1. 程式人生 > >oracle 11g空表導不出問題

oracle 11g空表導不出問題

weight num bold oracl tab font acl div 查詢

查詢空表

select table_name from user_tables where num_rows=0

生成分配空間的執行語句

select alter table ||table_name|| allocate extent; from user_tables where num_rows=0 or num_rows is null

復制出來執行即可。

oracle 11g空表導不出問題