Name
SET NEWPAGE
Synopsis
The NEWPAGE setting controls the manner in which the transition from one page to the next is marked. You can have SQL*Plus print a formfeed character at the start of each new page, skip a specific number of lines between pages, or do nothing at all when advancing from one page to another.
Syntax
SET NEWP[AGE] {lines_to_print | NONE}Parameters
- SET NEWP[AGE]
Is the command, which may be abbreviated SET NEWP.
- lines_to_print
Tells SQL*Plus to print a specific number of blank lines when a page break occurs. These lines will be printed following the footer (BTITLE) of the page just ending, and prior to the header (TTITLE) of the page just starting. If this value is zero, a formfeed character will be printed instead of any blank lines. The default value is 1.
- NONE
Causes SQL*Plus to do nothing at all when a page break occurs. You'll get no blank lines and no formfeed.
Tip
Use SET NEWPAGE 0 if you want a formfeed printed at the start of each new page.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access