shrink space cascade progress
I am defraging the tables with the following command:
alter table <table_name> shrink space cascade
how can I check the progress of the defrag, like how much percentage is completed? is there any sql to do that?
alter table <table_name> shrink space cascade
how can I check the progress of the defrag, like how much percentage is completed? is there any sql to do that?
0