Re: _at_ command does not work in SQL PLUS (OS HP-unix)
From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Tue, 08 Feb 2011 15:17:11 +0100
Message-ID: <4D515067.1070700_at_gmail.com>
Date: Tue, 08 Feb 2011 15:17:11 +0100
Message-ID: <4D515067.1070700_at_gmail.com>
> On Tue, Feb 8, 2011 at 7:45 AM, <cbbakshi_at_aol.com> wrote:
>
> Hi,
>
[...]
> But not able to execute using "_at_" command. If i execute using @
it just return to the SQL prompt without executing this file.
> SQL> _at_abc.sql
> SQL>
[...]
I believe that on HP-UX _at_ is the default kill character (i.e. deleting to the beginnning of the line).
Try adding this line to .bashrc:
bind '_at_: self-insert'
... or thin one to your .inputrc:
_at_: self-insert
Regards
Dimitre
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Feb 08 2011 - 08:17:11 CST