Re: @ command does not work in SQL PLUS (OS HP-unix)
- From: "Radoulov, Dimitre" <cichomitiko@xxxxxxxxx>
- To: oracle-l@xxxxxxxxxxxxx
- Date: Tue, 08 Feb 2011 15:17:11 +0100
> On Tue, Feb 8, 2011 at 7:45 AM, <cbbakshi@xxxxxxx> wrote:
>
> Hi,
>
[...]
> But not able to execute using "@" command. If i execute using @
it just return to the SQL prompt without executing this file.
> SQL> @abc.sql
> SQL>
[...]
I believe that on HP-UX @ is the default kill character (i.e. deleting
to the beginnning of the line).
Try adding this line to .bashrc:
bind '@: self-insert'
... or thin one to your .inputrc:
@: self-insert
Regards
Dimitre
--
http://www.freelists.org/webpage/oracle-l
Other related posts: