Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to get command history using array key (or other keys) in SQLPLUS under Solaris 8
Wait ... the mist is clearing .... I used a small utility program that came
with HP-UX (of course I forget its name). It allowed a user to execute any
command line program and be able to use shell command line editing within
that program. It wasn't a feature of sqlplus at all.
If the name of the program was xyz, then my invocation of sqlplus would
look like this:
$ xyz sqlplus scott/tiger
I guess Solaris would have to provide a similar utility for you to get what you want.
Martin Doherty
Martin Doherty wrote:
> FWIW, I know it can be done. I did it years ago on HP-UX but cannot
> recall the exact technique (mental fog).
>
> Martin Doherty
>
> Sunny Day wrote:
>
> > Hi all,
> > I have no problem to get command history using esc-k or esc-j by
> > setting set -o vi under Solaris 8. However, when I get into Oracle's
> > SQLPLUS, I am unable to use this feature. Anyone know how to do it ?
![]() |
![]() |