November 2004
Intermediate to advanced
584 pages
15h 29m
English
SET DOCUMENT
The DOCUMENT setting controls whether SQL*Plus prints text created with the DOCUMENT command.
SET DOC[UMENT] {ON | OFF}Is the command, which may be abbreviated SET DOC.
Allows DOCUMENT text to be displayed. This is the default setting.
Keeps DOCUMENT text from being displayed.
This setting affects the DOCUMENT command only when it is issued from a script file. Suppose that you had a file with the following lines:
DOCUMENT This is documentation. #
The following example shows the results of executing this file with the DOCUMENT setting on and then with it off.
SQL> SET DOCUMENT ON SQL> @c:\a\doc DOC>This is documentation. DOC># SQL> SET DOCUMENT OFF SQL> @c:\a\doc
Read now
Unlock full access