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: Results of a query in a file ?

Re: Results of a query in a file ?

From: Stephan Langer <slanger_at_dixi-wc.de>
Date: Thu, 09 Nov 2000 15:37:09 +0100
Message-ID: <3A0AB694.B288A0DB@dixi-wc.de>

hi

use
spool filename
... (your sql)
spool off

hth Stephan

Sbastien Ferrandez schrieb:

> Is there any way to redirect the output of a query in a file with
> SQL*Plus (not with "sqlplus < file.sql > result.debug") ?
Received on Thu Nov 09 2000 - 08:37:09 CST

Original text of this message

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