Re: SQL*PLUS Editor
From: Sybrand Bakker <Sybrand.Bakker_at_bentley.nl>
Date: 1995/08/04
Message-ID: <3vsgrb$1bb_at_sun630.bentley.com>#1/1
Date: 1995/08/04
Message-ID: <3vsgrb$1bb_at_sun630.bentley.com>#1/1
chwinbab_at_ibmmail.com (Mario A. Babini) wrote:
>Anyone an idea how to bypass the severe limitations of the SQL*PLUS Editor in a Windows client?
>
Mario,
Sql*plus has two editors always, the line editor used by entering commands like 'c/user_/all_'. You also can use an ordinary screen editor by giving the command ed. SQL*Plus will save your buffer to the file afiedt.buf and invoke the editor you defined. To do this you should have the variable '_editor' defined, so the command 'define _editor = notepad.exe' should enable you to use notepad, which is the default.
Hope this helps,
Sybrand Bakker
Senior IS Analyst
Bentley Systems Europe
Received on Fri Aug 04 1995 - 00:00:00 CEST