Oracle PL/SQL Tutorial/SQL PLUS Session Environment/editor
Версия от 13:45, 26 мая 2010; (обсуждение)
define _editor
SQL> --define _editor=Notepad
SQL> --define _editor
SQL>
SQL>
SQL>
define_editor=Notepad /* for Windows */
SQL>
SQL>
SQL> -- define_editor=Notepad /* for Windows */
SQL>
define_editor=vi* for UNIX */
SQL>
SQL> -- define_editor=vi /* for UNIX */
SQL>