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

Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL Plus - Previous Commands

Re: SQL Plus - Previous Commands

From: Christophe JAUBERT <xbill_nospam_at_fr.st>
Date: Thu, 28 Mar 2002 22:06:02 +0100
Message-ID: <a800jt$22e$1@wanadoo.fr>


| I'm using SQLPlus (on the command line) under Linux.
|
| How can I execute previous commands without re-typing them. Usually under
| *nix, I can press the UP Arrow key to toggle previous statements.

As it has been said, '/'
And if you want to change something in the buffer, to avoid you to type again the whole line, just do :

c/old_string/new_string/
and / to re-execute...

...and it's done ! :-)

--
CJ
Marseille, FRANCE

(remove '_nospam' for replying)
Received on Thu Mar 28 2002 - 15:06:02 CST

Original text of this message

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