T & S Computers


Notes
Oracle



SQLPLUS 3 ways to set the editor
  1. SQL> define _editor=vi
  2. export EDITOR=vi in ksh before starting sqlplus
  3. 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;