Need to copy partition table
NagaMar 30 2010 — edited Mar 30 2010Hi,
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