From: Bob Yeh <tyeh@csc.com>
Subject: Re: How do I load ASCII files into Oracle Tables
Date: 1997/05/05
Message-ID: <336E1EBA.5AC9@csc.com>#1/1
References: <01bc56d5$b61232c0$c49d73c1@qrpaab.handc.com>
To: Andrew Booth <andrew.booth@handc.btinternet.com>
Organization: CSC
Newsgroups: comp.databases.oracle.misc




Andrew Booth wrote:
> 
> Can anyone explain how I load plain ASCII files into an Oracle table?

I don't think that SQL*LOADER handles long field.  If waht you want is
to load an ASCII file to a long field in a table, you have to write a
program(PROC*C or OCI) to do so.


Bob


