SQL*Plus User's Guide and Reference Release 8.1.5 A66736-01 |
|
Command Reference, 31 of 52
Displays an empty line followed by a line containing text, then waits for the user to press [Return], or displays two empty lines and waits for the user's response.
PAU[SE] [text]
Refer to the following for a description of the clause or term:
Enter PAUSE followed by no text to display two empty lines.
Because PAUSE always waits for the user's response, it is best to use a message that tells the user explicitly to press [Return].
PAUSE reads input from the terminal (if a terminal is available) even when you have designated the source of the command input as a file.
For information on pausing between pages of a report, see the PAUSE variable of the SET command later in this chapter.
To print "Adjust paper and press RETURN to continue." and to have SQL*Plus wait for the user to press [Return], you might include the following PAUSE command in a command file:
SET PAUSE OFF PAUSE Adjust paper and press RETURN to continue. SELECT ...
|
Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|