Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Creating partition on existing table.

RaghuSep 2 2011 — edited Sep 2 2011
Is it possible to ceate a partition on exsisting table and apply partition on already existing records.

The work around i am using is to create a backup table witj\h same structure and schema. And creating partitions on backup table. Once done I am loading back the data from original table. Oce data loaded, Drop original table and a rename backup table as original table.

Is there any other way to achieve my goal?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 30 2011
Added on Sep 2 2011
5 comments
175 views