Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Export table data

Status
Not open for further replies.

craig322

MIS
Apr 19, 2001
108
US
I have a table that contains 7 million + rows. I need to export selected rows from this table to import into an Oracle database. This will be a nightly task. What is the easiest/quickest way to do this? The unload utility seems to be slow.

Thanks in advance for any help.

Craig
 
Can't think of anything that would be faster. Make sure you have indexes on the fields that you are using in your "WHERE" clause. This can speed things up considerably.

Jane
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top