Oracle PL/SQL Tutorial/SQL PLUS Session Environment/editor — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 10:04, 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>