T & S Computers
Notes
Oracle
SQLPLUS
3 ways to set the editor
- SQL> define _editor=vi
- export EDITOR=vi in ksh before starting sqlplus
- create a $HOME/login.sql file....in it put EDITOR=vi (note: this option only seems to work if you start sqlplus from your home directory.)
setting linewidth (screen width before wrapping)
set linesize 140;