Re: Historyfunktion in sqlplus

From: Scott Mattes <ScottMattes_at_yahoo.com>
Date: Fri, 31 Aug 2001 15:18:38 GMT
Message-ID: <iVNj7.1697$QG5.1403281_at_news1.news.adelphia.net>


No, the closest you can get are some SQLPlus command line commands that let you edit the buffer, which only contains the current/last command entered. This isn't worth the trouble in my book, so I use 'edit'.

To save a history of commands you could manually issue 'save filename append' after each command you wanted to keep. Ugh.

Another option is to use TOAD, either the free one or the professional version, and use it's sql edit window. There is a history of commands button that will show you x number of your last commands. Plus you get all sorts of other features.

<djockheck_at_gauselmann.de> wrote in message news:sqjlm9.36c.ln_at_java.adp-entwicklung.gauselmann.de...
>
> Hi,
>
> in my bash on red hat 6.3 I've a history-function (cursor-keys). Is such
> a mechanism available in sqlplus too?
>
> ciao
> Detlef
>
> --
> # adp Gauselmann GmbH
> # Detlef Jockheck
> # djockheck_at_gauselmann.de
> #########################
Received on Fri Aug 31 2001 - 17:18:38 CEST

Original text of this message