The document outlines the steps to perform range partitioning on an existing Oracle table: 1. Enable DBMS_REDEFINITION on the existing table and create the partitioned table. 2. Start the redefinition process to migrate the data from the original table to the partitioned table. 3. Finish the redefinition once the data migration is complete. Drop the partitioned table and enable row movement on the original table to complete the partitioning process.