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: Q: Paging of SQL*Plus output possible?

Re: Q: Paging of SQL*Plus output possible?

From: Brian P. Mac Lean <brian.maclean_at_teldta.com>
Date: 1997/06/30
Message-ID: <33B7A195.7257@teldta.com>#1/1

Maurice Bauhahn wrote:
> SQL*Plus has lots of useful help files. However some telnet tools used to
> capture its output can only do a page at a time. Is there some way to set
> up SQL*Plus to 'page' its output (help files and data responses) to one
> screen full at a time? I'm working on HPUX/Oracle 7.3.2.2.

maybe this'll work:

sql> set pause 'Hit Enter.....' pause on pagesize 24 Received on Mon Jun 30 1997 - 00:00:00 CDT

Original text of this message

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