Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*PLUS ed on Win 95/Netware

Re: SQL*PLUS ed on Win 95/Netware

From: Em Pradhan <empradhan_at_dplus.net>
Date: Tue, 02 Jun 1998 02:00:59 -0400
Message-ID: <3573951B.D8A76F98@dplus.net>

Jason Selby wrote:

> Hi
>
> I'm running ORACLE 7.1.4.3.4 client/server on Win95/Netware. I have a
> niggle which is that when I want to edit an sql command within SQL*PLUS
> the first time I type ED it envokes the notepad and I can edit my
> command no bother but after that a DOS box flashes up and it creates an
> Afiedt.buf file on my desktop. The only way round is to keep closing
> down SQL*Plus or cut and paste from a text editor without using ED at
> all.
>
> Anybody having the same problem ?
>
> TIA
>
> Jason

  Hi
Try using

SQL> save drive:\path\filename.sql replace

instead of invoking editor.. the above command will save the sql statement

currently buffered and also replaces the existing file in the specified path.

hope this works..

Good Luck..

Pradhan Received on Tue Jun 02 1998 - 01:00:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US