From: John Steinbach <bach@bartlett.com>
Subject: Re: SQL LOADER QUESTION
Date: 1997/10/10
Message-ID: <343E5C08.E6228608@bartlett.com>#1/1
References: <3432918B.5D@worldsite.com>
Organization: Bartlett Tree Experts
Reply-To: bach@bartlett.com
Newsgroups: comp.databases.oracle.server



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@worldsite.com
>
> SQL*Loader-510: Physical record in data file (checks.txt) is longer than
> the maximum(65535)





