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!

Need to copy partition table

NagaMar 30 2010 — edited Mar 30 2010
Hi,
I want to take a backup of a table A with same structure (Including partition, data, index etc). when i try to take backup using below its not happening.

create table B
as
select * from A

Can anyone help me how to perform this operation.

Thanks,
NAga
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2010
Added on Mar 30 2010
1 comment
729 views