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 -> Re: sqlldr and sort_area_size

Re: sqlldr and sort_area_size

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Sat, 16 Apr 2005 10:57:09 +0200
Message-ID: <glk161dg3vqvln9t4dh3ljg38jdgt20bsm@4ax.com>


On 16 Apr 2005 01:39:36 -0700, johnleslie_at_madasafish.com (John Leslie) wrote:

>What oracle init.ora parameters are relevant to sqlldr direct path
>load performance in Oracle 8.1.7? Is sort_area_size significant?

No. Sql loader doesn't sort, does it.
And direct path load bypasses the buffer cache, so that is also irrelevant.
You would need to look into the buffer= parameter of sql*loader. Be aware however, as soon as you are using sql*loader in conjunction with any other protocol than IPC or BEQ, the SDU of sql*net comes into play, and making the buffer larger than the SDU of sql*net (default 2k) will result in a performance hit.

--
Sybrand Bakker, Senior Oracle DBA
Received on Sat Apr 16 2005 - 03:57:09 CDT

Original text of this message

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