I am trying to create partitions on pre-existing tables in my application. While doing same, I am facing space issues in the schema's default tablespaces.
Could someone please explain how the DBMS_REDEFINITION package works in terms of space utilization. Do it requires extra space to perform the task. If yes , why? And is it temporary ? do it release the space after completing the redefinition
Immediate Comments on this would be highly appreciated.