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: Spooling large records

Re: Spooling large records

From: VT <vidm_at_libero.it>
Date: Mon, 08 Nov 1999 16:57:34 +0100
Message-ID: <3826F2EE.7FAE90AE@libero.it>


In my opinion it is simpler to use sqlplus to unload data in flat files.

My sqlplus version can handle lines up to 32767 chars...

ViDM

Jeremy Ovenden wrote:
>
> If my understanding is correct, in sqlplus you cannot set linesize param to
> more than 255 chars and that utl_file in pl/sql is restricted to a line size
> of 255 chars too.
>
> I need to create a flat file (solaris 2.6) which contains data from the
> oracle (8.0.6) database but the record size created will likely be circa
> 1000 characters. What is the best way of creating this?
>
> Jeremy Ovenden
Received on Mon Nov 08 1999 - 09:57:34 CST

Original text of this message

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