close
How To Set VI Editor Permanantly For "ed" Command in SQLPlus:
vi $ORACLE_HOME/sqlplus/admin/glogin.sql
add the following to glogin.sql
DEFINE_EDITOR='vi'
...
Verify the result:
sqlplus / as sysdba
SQL> define_editor
DEFINE _EDITOR = "vi" (CHAR)
全站熱搜