Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: editor
I guess you've got a real permissions problem. Do you have an afiedt.buf
file in the current directory -- if so, its permissions probably don't allow
you to overwrite it. You need to correct this.
Or maybe that drive is read-only, or maybe it's full. In any event, this message usually means Oracle has asked NT to create the file, and NT has a problem doing so. Find out why.
x3x3_at_my-deja.com wrote:
>
> Hello,
>
> I am using winnt and sqlplus for oracle.
>
> I was trying to get editor to work but keep getting following message.
> could you guide?
>
> Thanks
>
> Miten.
>
> Please reply to:
> mehta_at_mama.indstate.edu
>
> SQL> define _editor='vim'
> SQL> ed
> Cannot create save file "afiedt.buf"
> SQL> edit
> Cannot create save file "afiedt.buf"
> SQL> define _editor="vim"
> SQL> select count(*) from dr_switch;
>
> Fri Dec 24
>
> COUNT(*)
> ---------
> 21
>
> SQL> edit
> Cannot create save file "afiedt.buf"
> SQL>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
--
Kevin O'Gorman (805) 650-6274 kogorman_at_pacbell.net
At school: kogorman_at_cs.ucsb.edu
Permanent e-mail forwarder: Kevin.O'Gorman.64_at_Alum.Dartmouth.org
Received on Fri Dec 24 1999 - 17:45:37 CST
![]() |
![]() |