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: novice: extract comma delimited data

Re: novice: extract comma delimited data

From: Darren Brock <brock_at_governet.net>
Date: Tue, 27 Apr 1999 08:12:36 -0600
Message-ID: <3725C5D3.F32EBDB3@governet.net>


The other people answered your question but I feel I have to say something about putting data in comma delimited format. If you plan on loading that file into something else and telling it that it is comma delimited you should make sure that none of the fields are filled with text. Commas are commonly used by people and it will throw your loading off if there is one in there. I struggled with that once and now when I get a comma delimited extract I call and make them change to tab delimited and I have had far fewer problems.

Darren

Furkan Khan wrote:

> Folks, I am a novice at SQL, its been quite some time since I used
> it. Can someone recommend me the best way to dump out data
> from an oracle table into comma delimited form.
>
> I know the the Oracle Navigator allows it via the gui, but I want
> a sql script or some other scripting utility.
>
> Thanks in advance. You can mail me directly also.
>
> Regards.
> Furkan Khan


Received on Tue Apr 27 1999 - 09:12:36 CDT

Original text of this message

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