I have a plsql code in session1 that makes redefinishion using dbms_redefinition.
Another session that running a select query on the original table just failes when the finish procedure of the redefinition invoke.. with exception of no-longer-exists.
Isn't it the goal of this package to allow online-redefinition during someone still able to access the table???