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!

speeding up processing of whole table

537704Apr 9 2008 — edited Apr 9 2008
I have to pull all records from a table and insert it somewhere else. Since it's the whole table that i need to process my SELECT statement doesn't have a WHERE Clause. Is there a special way to make the retrieval faster? Or ill have to stick with a full table scan and live with it?

Gregg
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 7 2008
Added on Apr 9 2008
4 comments
385 views