| René Nyffenegger's collection of things on the web | |
|
René Nyffenegger on Oracle - Most wanted - Feedback
|
set termout [SQL*Plus] | ||
set termout on set termout off
If set to off, it will suppress the output of sql commands (but not
the sql commands itself) if they're run in a
script.
See also set echo.
Storing settings across sessions
Settings (such as sqlpluscompatibility) can be stored accross sessions with the glogin.sql and/or login.sql file.
|