Skip to Main Content

Oracle Database Discussions

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!

How to Create a copy of partition table?

570355May 4 2011 — edited May 4 2011
hi,


I have a partition table that has 8 partition.

I would like to create a copy of this partition table.
I am use:
create table copy_partition_table as select * from partition_table where 1=2;

But when I create this table partitions are not created?

How can do that?
Could you please help me?

Thanks and regards,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 1 2011
Added on May 4 2011
4 comments
28,288 views