| René Nyffenegger's collection of things on the web | |
|
René Nyffenegger on Oracle - Most wanted - Feedback
|
set linesize [SQL*Plus] | ||
SQL> set linesize n
Sets the width for the output of SQL*Plus to n.
Storing settings across sessions
Settings (such as linesize) can be stored accross sessions with the glogin.sql and/or login.sql file.
|