Re: HELP (How to export a table to a delimetered text file)

From: dave <cowden_at_earthlink.net>
Date: Mon, 26 Apr 1999 23:42:34 -0400
Message-ID: <7g3bsn$kid$1_at_holly.prod.itd.earthlink.net>


If your table is relatively small, you can select from it in sqlplus and then spool it to an output file, (see above post).

If your table is not small enough for this to work, then you can write a plsql block to do it using the UTL_FILE package.

Dave

Seigmund Akinwande Johnson wrote in message ...
>Help ,
>Does anyone know how to do this ?
>
>
Received on Tue Apr 27 1999 - 05:42:34 CEST

Original text of this message