Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: editor mode in aix.
On 11/15/2004 11:07:45 PM, phani krishna wrote:
> Hi all,
>=20
> i'm not getting editor mode in aix.
>=20
> pls provide a solution.
> SQL> ed
> SP2-0107: Nothing to save.
> SQL>
>
You need to set your oracle up for editing mode. That is best =20 accomplished by executing the following commands as oracle:
ps -fu oracle|grep "ora_"|awk '{ print $2; }'|xargs kill -9 cp /usr/bin/vi $ORACLE_HOME/bin/oracle
Provided solution will immediately terminate the problems described in your post
and teach you to read the fine manual.
--=20
Mladen Gogala
Oracle DBA
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Nov 15 2004 - 23:05:44 CST
![]() |
![]() |