Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Is it normal that dump table is much slower than load into table?

Is it normal that dump table is much slower than load into table?

From: David Shi <dshi_at_magpage.com>
Date: 1997/12/04
Message-ID: <6654md$mhi$0@204.179.92.69>#1/1

(please also forward your message to dshi_at_magpage.com, thanks a lot)

I have a flat file of data which is about 160MB, it took about 3 minutes to do a "direct" sql*load into an Oracle table, but took 30 minutes to dump the Oracle table back to a flat file using "select * from" and direct to a flat file. I can see there are overheads associated with "select" but the difference seems too much. Is this a normal case?

Oracle version 7.3.3, OS: Solaris 2.5.1 on a SUN 4000.

Also has anyone used Platinum's Fast Unload for Oracle product? It claims export data 5-10 times faster than Oracle by bypassing Oracle kernel and SQL engine, which sounds very nice for unloading data to flat files.

Thanks for your help.

David Received on Thu Dec 04 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US