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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How do I load ASCII files into Oracle Tables

Re: How do I load ASCII files into Oracle Tables

From: Bob Yeh <tyeh_at_csc.com>
Date: 1997/05/05
Message-ID: <336E1EBA.5AC9@csc.com>#1/1

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 Received on Mon May 05 1997 - 00:00:00 CDT

Original text of this message

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