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: HELP (How to export a table to a delimetered text file)

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

From: Prabhakar Narayanan <prabhakar.narayanan_at_clsasia.com>
Date: Fri, 07 May 1999 15:25:34 +0800
Message-ID: <3732956E.674B089B@clsasia.com>

Unfortunately, there isn't an easy way to export the data to delimited file. But you can do this

select col1 || '^' || col2 || '^' || col3 || '^' || col4 from table_name

Spool the output to a file
Open the file using MS-EXCEL, specify '^' as the delimiter. Excel will do the rest for you

Regards

N.Prabhakar

Seigmund Akinwande Johnson wrote:

> Help ,
> Does anyone know how to do this ?


Received on Fri May 07 1999 - 02:25:34 CDT

Original text of this message

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