select table_name from user_tables where NUM_ROWS=0
Select ‘alter table ‘||table_name||‘ allocate extent;‘ from user_tables where num_rows=0
alter table DISPATCHIMG allocate extent;
时间: 2024-10-10 21:23:05
select table_name from user_tables where NUM_ROWS=0
Select ‘alter table ‘||table_name||‘ allocate extent;‘ from user_tables where num_rows=0
alter table DISPATCHIMG allocate extent;