Re: any setting in SQL/PLUS that enables giving back what the command is just executed?

From: sundar mahadevan <sundarmahadevan82_at_gmail.com>
Date: Mon, 29 Nov 2010 18:28:20 -0500
Message-ID: <AANLkTim_LByxReE_tiAoFM15psoaT0NGsrSXgV8_+TH3_at_mail.gmail.com>



I think you are looking for list command on sqlplus: short format is l and enter

excerpt from psoug:

 LIST n m Edit sql buffer - display buffer lines n to m

               For all lines - specify m as LAST

On Mon, Nov 29, 2010 at 6:03 PM, Stefan Knecht <knecht.stefan_at_gmail.com>wrote:

> set echo on
>
> will do the trick
>
> Stefan
>
>
> =========================
>
> Stefan P Knecht
> CEO & Founder
> s_at_10046.ch
>
> 10046 Consulting GmbH
> Schwarzackerstrasse 29
> CH-8304 Wallisellen
> Switzerland
>
> Phone +41-(0)8400-10046
> Cell +41 (0) 79 571 36 27
> info_at_10046.ch
> http://www.10046.ch
>
> =========================
>
>
>
> On Mon, Nov 29, 2010 at 11:58 PM, Li Li <litanli_at_gmail.com> wrote:
>
>> Hi, List,
>>
>> I am wondering if there's a setting in SQL/PLUS that enables giving
>> back what the command is just executed, for example, if I do:
>>
>> desc AAA;
>>
>> instead of just returning back the description of table AAA, it also
>> returns back "desc AAA" as to tell you what was just executed.
>>
>>
>> TIA,
>>
>> -Li
>> --
>> http://www.freelists.org/webpage/oracle-l
>>
>>
>>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Nov 29 2010 - 17:28:20 CST

Original text of this message