Use Textpad for SQLPLUS editor

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Duane

Use Textpad for SQLPLUS editor

Post by Duane »

I can define _editor to use writepad or notepad but I cannot seem to get textpad to work as a default editor in sqlplus (to edit the buffer in the afedit.buf file).

Anyone accomplish this? Any ideas?

thanks!
Stephen Waldock

Re: Use Textpad for SQLPLUS editor

Post by Stephen Waldock »

I can get it to work, but have to give the full path to the executable.

For me it also needs to be in the old dos style format.
ie. c:\progra~1\textpa~1\textpad.exe
Duane

Re: Use Textpad for SQLPLUS editor

Post by Duane »

Thanks!!! That worked!

sql> define _editor="c:\progra~1\textpa~1\textpad.exe"
sql> select user from dual;
...
sql> edit //(starts textpad, opens the afedit.buf file; I associated the .buf extension with plsql syntax. ta da!

thanks!
Post Reply