November 2004
Intermediate to advanced
584 pages
15h 29m
English
SET SHOWMODE — Not available in iSQL*Plus
The SHOWMODE setting controls the feedback you get when you use the SET command to change a setting.
SET SHOW[MODE] {ON | OFF | BOTH}Is the command, which may be abbreviated SET SHOW.
Turns on SHOWMODE, causing SQL*Plus to list the before and after values of each setting you change using the SET command.
Turns off SHOWMODE and is the default setting.
Has the same effect as ON.
The following example shows the results of turning on SHOWMODE:
SQL> SET SHOWMODE ON new: showmode BOTH SQL> SET LINESIZE 132 old: linesize 80 new: linesize 132 SQL> SET PAGESIZE 60 old: pagesize 10 new: pagesize 60
With SHOWMODE on, the old and new values of each setting are displayed when they are changed.
Read now
Unlock full access