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!

Looking for an efficient way to create a copy of large table.

vpolasaFeb 20 2025 — edited Feb 20 2025

I have table with 20 columns (mostly number datatype) and 15 billion records. I would like to make a copy of this table.

In my current script, I'm using FORALL to insert 5000 records.

This script is loading at a pace of 250,000 records/second taking about 18 hours for a complete load.

Is there a more efficient way to address this through SQL script?

I'm working on :

Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production

Windows 11 Enterprise

This post has been answered by Jonathan Lewis on Feb 21 2025
Jump to Answer
Comments
Post Details
Added on Feb 20 2025
7 comments
714 views