Oracle PL/SQL/SQL Plus/editor — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 13:45, 26 мая 2010
Define editor
define _editor=vi
-- or perhaps --
define _editor=notepad
clear buffer -- this command clears the contents of the SQL*Plus buffer
edit
Define editor Notepad or vi
SQL>
SQL> set pause "Enter... "
SQL> set pause on
SQL> set numwidth 6
SQL> set pagesize 24
SQL> alter session set nls_date_format="dd-mm-yyyy";
Session altered.
SQL> -- define_editor=Notepad /* for Windows */
SQL> -- define_editor=vi /* for UNIX */
SQL>