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: SQL LOADER QUESTION

Re: SQL LOADER QUESTION

From: John Steinbach <bach_at_bartlett.com>
Date: 1997/10/10
Message-ID: <343E5C08.E6228608@bartlett.com>#1/1

S-

    Check out your BINDSIZE default is 64K. As part of initialization SQL*Loader determins the space required to load a single row. If that size is to large to fit within the specified maximum, the loader terminates with an error.

John

Satar Naghshineh wrote:

> Hi,
> loading from a flat text file called checks (using direct path), I get
> the following error, what does it mean?
> Satar Naghshineh
> satarnag_at_worldsite.com
>
> SQL*Loader-510: Physical record in data file (checks.txt) is longer than
> the maximum(65535)
Received on Fri Oct 10 1997 - 00:00:00 CDT

Original text of this message

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