Re: Oracle export table to ascii

From: R.A. Joemman <raoul.joemman_at_wanadoo.nl>
Date: 25 Sep 2003 05:21:09 -0700
Message-ID: <e4e5e80f.0309250421.48371d0d_at_posting.google.com>


"Guido Konsolke" <Guido.Konsolke_at_triaton.com> wrote in message news:<1064388157.228550_at_news.thyssen.com>...
> "R.A. Joemman" <raoul.joemman_at_wanadoo.nl> wrote...
> > Hi,
> >
> > I try to export a table from sqlplus to a ascii file like this:
> >
> >
> > select col1 || ';' || col2 || ';' || ..... || ';' || colN
> > from mytable ;
> >
 (snip)
> >
> > How do I export those wide tables?
> >
> > Best regards
> > Raoul
>
> Hi Raoul,
>
> another solution that might work for you:
> use the sql*plus command 'SET COLSEP'.
>
> hth,
> Guido

Thank you for this solution, it works for me. Raoul Received on Thu Sep 25 2003 - 14:21:09 CEST

Original text of this message