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: Fast output of SQL statement to file SQL Plus

Re: Fast output of SQL statement to file SQL Plus

From: <sybrandb_at_hccnet.nl>
Date: Wed, 13 Jun 2007 20:40:48 +0200
Message-ID: <ofe073tll03de5n4g46v680lk03b6bdtk3@4ax.com>


On Wed, 13 Jun 2007 10:46:14 -0700, Mensur <mmedic123_at_gmail.com> wrote:

>Is there a way to quickly output large number of rows from a SQL
>statement to a file through SQL plus. I tried using spool but that is
>slow. Is there another way? I am using Oracle 10g.
>
>Thanks!

Put the sql in a file, the spool command prior to the select, and you won't have to scroll your output over the screen.

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Wed Jun 13 2007 - 13:40:48 CDT

Original text of this message

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