Re: Sqlplus backspace character

From: hrishy <hrishys_at_yahoo.co.uk>
Date: Fri, 26 Dec 2008 05:15:52 +0000 (GMT)
Message-ID: <502940.70329.qm@web27408.mail.ukl.yahoo.com>


Hi Dick

Just put this line
stty erase ^H in your .bash_profile

cat stty erase ^H >>.bash_profile

and that should fix the issue

regards
Hrishy

  • On Fri, 26/12/08, Pedro Espinoza <raindoctor_at_gmail.com> wrote:

> From: Pedro Espinoza <raindoctor_at_gmail.com>
> Subject: Re: Sqlplus backspace character
> To: Richard.Goulet_at_parexel.com
> Cc: "oracle-l" <oracle-l_at_freelists.org>
> Date: Friday, 26 December, 2008, 12:23 AM
> Bash shells's character map is not controlled by
> settings like 'stty erase
> ^H';/etc/inputrc, ~/.inputrc controlls it. In your
> case, you need to set tty
> map by "stty erase ^H". There exist some old
> programs which rely on
> termcap/terminfo databases as well
>
> .
>
>
> On Thu, Dec 25, 2008 at 3:11 PM, Goulet, Richard
> <Richard.Goulet_at_parexel.com
> > wrote:
>
> > Folks,
> >
> > Having a small problem that's a real
> irritant. On one of our
> > Linux platforms sqlplus does not recognize the
> backspace key. Instead it
> > simply displays a ^H. Doesn't happen in the bash
> shell. Anyone got an
> > idea??
> >
> > *Dick Goulet***
> >
> >
      

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Dec 25 2008 - 23:15:52 CST

Original text of this message