November 2004
Intermediate to advanced
584 pages
15h 29m
English
SET TERMOUT — Not available in iSQL*Plus
The TERMOUT setting controls whether SQL*Plus displays output generated by SQL statements, PL/SQL blocks, and SQL*Plus commands. This setting applies only when SQL*Plus is executing a script file. SQL*Plus displays output from commands entered interactively.
SET TERM[OUT] {OFF | ON}Is the command, which may be abbreviated SET TERM.
Turns off terminal output.
Turns on terminal output. This is the default setting.
Terminal output is often turned off while a command file is running to keep the user's screen from becoming cluttered with query output and feedback messages.
Read now
Unlock full access