How to follow percent of completion of DBMS_REDEFINITION.start_table
Hello,
I have a table of 81 billion of rows that i you like to reorganize on line.
I know that the procedure DBMS_REDEFINITION.start_table is divided in several steps (seven steps) but the last step will take more that 10 days with parallel 40 we have estimated.
I yould wike to know how can I give the true percent of completoin of this process?
Thanks