10g Release 2 Whats the fastest way to convert a very large table into a partitioned table. The operation doesn't have to be done online but it needs to completed as quick as possible..... Current plan is to: 1. Rename the existing unpartitioned table 2. Create new partitioned table 3. Insert into partitioned table select * from unpartitoned table