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 -> Export from Oracle in comma-separated format

Export from Oracle in comma-separated format

From: BoB Pierce <rjpierce_at_bga.com>
Date: 1997/01/22
Message-ID: <32E64886.5CD@bga.com>#1/1

Is there an easy way to dump an Oracle table in comma-separated format? I wrote a simple SQL report, changing the column separator to ',' but all the columns are padded with spaces. I just want value1,value2,value3 not value1 ,value2 , etc.

Every other DB I've ever seen spits out CSV at the touch of a button. Surely I'm missing something here.

Thanks,

Bob Pierce Received on Wed Jan 22 1997 - 00:00:00 CST

Original text of this message

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