Setting the editor in SQL-Plus
Setting the editor in sql-plus allows you to type "ed" and alter your SQL, without
having to re-type. For windows, set the editor to notepad.exe.
At the SQL Plus prompt, type this command to set the editor.
define _editor=vi
|
|