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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: editor mode in aix.

Re: editor mode in aix.

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Tue, 16 Nov 2004 05:10:06 +0000
Message-Id: <1100581806l.1923l.0l@medo.noip.com>

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-l
Received on Mon Nov 15 2004 - 23:05:44 CST

Original text of this message

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