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!

Transfer large partitioned table using dblink

user12009428Feb 23 2010 — edited Feb 24 2010
Hi,
Please tell me the fastest way to transfer single partition of very large partitioned table on second database, using dblink.
I need to transfer partition (about 100GB) using dblink.
What are my options:

- insert into local_table select * from table(partition)@database_link;
- insert /*+ APPEND */ into local_table select * from table(partition)@database_link;

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 24 2010
Added on Feb 23 2010
15 comments
5,641 views