Oracle resolve an empty table does not export

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

Guess you like

Origin www.cnblogs.com/dbalightyear/p/11241874.html