Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Change Default Editor for SqlPlus in Windows
Denham Eva wrote:
>
> Hi,
>
> I wonder if anyone can tell me how to change the text editor which is
> invoked using the edit command in sqlplus( Plus80w ) in the Windows
> enviroment. I enjoy the Unix tool vi, and have a windows/Dos based vi editor
> I would like to use instead of Notepad.
> For those intreseted in the tool visit www.vim.org .
in your login.sql:
define _edotor= c:\vim\vim5.7\gvim.exe
-- Bill Thater Sr. ORACLE DBA Telergy, Inc thaterw_at_telergy.net ---------------------------------------------------------------- You gotta program like you don't need the money, You gotta compile like you'll never get hurt, You gotta run like there's nobody watching, It's gotta come from the heart if you want it to work! ---------------------------------------------------------------- -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: WIlliam Thater INET: thaterw_at_telergy.net Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Feb 09 2001 - 07:56:29 CST