Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Export to a ascii, tab delimited file

Re: Export to a ascii, tab delimited file

From: Arjan van Bentem <avbentem_at_DONT-YOU-DAREdds.nl>
Date: 1998/12/02
Message-ID: <74412e$1r6$1@newton.a2000.nl>#1/1

Thomas Kyte wrote

>set trimspool on

Just for completeness (and please correct me if I'm wrong): this will not affect the output of normal SQL queries, which might be captured from SQL*Plus using redirection. Like if my_script is:

    set trimspool on
    select my_columns
    from my_table;
    exit

then

    sqlplus scott/tiger @my_script > my_spool.txt

will still have the trailing blanks.

Arjan. Received on Wed Dec 02 1998 - 00:00:00 CST

Original text of this message

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