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 in text format

Re: Export in text format

From: Kathinka Diehl <kathinka_at_rrr.de>
Date: Thu, 20 Jan 2000 15:31:10 +0100
Message-ID: <8676hg$2cu2i$1@fu-berlin.de>

Pasquito <p.campo_at_tin.it> schrieb:
> Anyone know how i can export a very big table in text format ?
> Tanks.

spool table.txt
select * from table
spool off

HTH, Kathinka Received on Thu Jan 20 2000 - 08:31:10 CST

Original text of this message

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