Define editor : editor « SQL Plus « Oracle PL / SQL
- Oracle PL / SQL
- SQL Plus
- editor
Define editor
define _editor=vi
-- or perhaps --
define _editor=notepad
clear buffer -- this command clears the contents of the SQL*Plus buffer
edit
Related examples in the same category