November 2004
Intermediate to advanced
584 pages
15h 29m
English
SET AUTOPRINT
The AUTOPRINT setting controls whether SQL*Plus automatically prints the contents of any bind variables referenced by a PL/SQL block after it executes.
SET AUTOP[RINT] {OFF | ON}Is the command, which may be abbreviated SET AUTOP.
Keeps bind variables from being automatically printed after being referenced by a PL/SQL block. This is the default setting.
Causes bind variables to be printed automatically, following the execution of any PL/SQL block or SQL statement that references them.
Read now
Unlock full access