Alternative Approaches For Partitioning Existing Tables
Wednesday, October 29th, 2003 by Mark Rittman
Arup Nanda has written an article for dbazine.com on the various methods for implementing partitioning for existing Oracle tables. Arup goes through a number of different options, including
Creating the partitioned table from scratch, using CREATE TABLE … AS SELECT to select from the original table
Creating the table, then populating it from the original table using INSERT [...]
