Re: "ed" command in SQL*Plus: how to change the editor
From: Paul Beardsell <psb_at_sambusys.demon.co.uk>
Date: Mon, 14 Nov 1994 00:58:48 +0000
Message-ID: <784774728snz_at_sambusys.demon.co.uk>
Date: Mon, 14 Nov 1994 00:58:48 +0000
Message-ID: <784774728snz_at_sambusys.demon.co.uk>
In article <39s7i9INN8t3_at_life.ai.mit.edu>
cracraft_at_quaker-oats.ai.mit.edu "Stuart Cracraft" writes:
> How do I change the Oracle default editor for all users
> used by the "ed" command in SQL*Plus to "emacs -nw".
Set the EDITOR environment variable. E.g.
$ EDITOR=emacs $ export EDITOR $ sqlplus / -- Paul Beardsell SAM Business Systems Ltd ~~~~~~~~~~~~~~ 21 Finn House, Bevenden St, pbeardsell_at_cix.compulink.co.uk London, N1-6BN, UK. psb_at_sambusys.demon.co.uk (+44 or 0)71 608-2391Received on Mon Nov 14 1994 - 01:58:48 CET