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: recall/edit commands

Re: recall/edit commands

From: C. Ferguson <c_ferguson_at_rationalconcepts.com>
Date: Sun, 10 Sep 2000 01:43:34 GMT
Message-ID: <39BAE743.E5E2926F@rationalconcepts.com>

Hi,
  in sqlplus you can run the last command that is still in it's buffer. To see what it holds,
  sql> list

  to run it again,
  sql> /

   hth,
cindy

Legend wrote:

> Hello all,
>
> Is it possible to recall a previous command to execute again or recall a
> previous command to edit and then execute in a sqlplus/svrmgrl session?
>
> What I ususally do is use my mouse cut-n-paste the previous command to a new
> line, but I found it annoying. Could someone suggest a better solution for
> me?
>
> I am running all these queries and commands within a telnet/ssh session to
> Oracle.
>
> Thanks,
>
> Benny
Received on Sat Sep 09 2000 - 20:43:34 CDT

Original text of this message

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