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!

create a copy of partition table with data

653303Jun 22 2010 — edited Jun 22 2010
I need to create a script which will select some partitioned tables from sys.all_tables based on some condition (such as PARTITIONED ='YES') and create a copy of the table with data.
The copy should be replica of orginal table i.e it should also be partitioned.

can you pls suggest the possible approches that I can followe to come up with an automated script i.e I run the script and copies of all the tables are created in same schema.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 20 2010
Added on Jun 22 2010
2 comments
8,782 views