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: "ed" command doesn't work under SQL*PLUS???

Re: "ed" command doesn't work under SQL*PLUS???

From: Dave O'Keeffe <DOKeeffe_at_n0spam.cableinet.co.uk>
Date: Wed, 17 Jun 1998 23:49:20 +0100
Message-ID: <358847F0.BC6@n0spam.cableinet.co.uk>


This happens a lot on various flavours of SQL*PLUS on Windows (3.1 and 95). Sometimes if you edit the SQL buffer, it is not reloaded into windows once you finish.

Try, after your edit has finished, doing "get afiedt.buf" (I assume its the same file name in NT as elsewhere). This forces a load of the file from the version saved on disk. If this is the same problem I've seen, then you get the editted version from disk.

Cheers,

Dave OK

> On 10-Jun-98 14:57:38 Xoi Tang wrote:
>
> >Hi, everyone:
>
> >I'm a new comer of Oracle. Here's my question:
>
> >In SQL*PLUS 3.22(Personal Oracle 7.3.2 under NT 4.0 server &
> >workstation, IBM-PC), something is wrong when I try to use "ed" to open
> >"NotePad" to edit the latest command I input.
>
> >For example: first I input "select * from department", then type "ed",
> >but after I changed the command to "select * from student" and saved
> >it, then I use "\", it still ran the old command which is "select *
> >from department".
>
> >I check the property of that buffer file, unchecked "Archive"
> >attribute, and tried it again. It still failed, and property is changed
> >back to "Archive".
>
> >I think this is some problem of configuration.
>
> >Anybody help me?
>
> >Thanks a lot!
>

--
For email replys remove "n0spam." from the above address Received on Wed Jun 17 1998 - 17:49:20 CDT

Original text of this message

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