<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Backspace key does not work in sqlplus. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103284#M807632</link>
    <description>If you are not using a 'real' terminal but an emulator, most likely it is a VT100 lookalike, perhaps supplied with an Xwindow package, and many of these programs default to VMS mode for backspace which means the backspace key on the keyboard transmits the DEL character. If stty -a shows that erase = ^H then configure your terminal emulator to map backspace = backspace rather than backspace = deleteKey.</description>
    <pubDate>Mon, 27 Oct 2003 12:44:56 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2003-10-27T12:44:56Z</dc:date>
    <item>
      <title>Backspace key does not work in sqlplus.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103280#M807628</link>
      <description>Any ideas why the backspace will not work in sqlplus or svrmgrl?&lt;BR /&gt;&lt;BR /&gt;thanks....</description>
      <pubDate>Mon, 27 Oct 2003 12:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103280#M807628</guid>
      <dc:creator>Jack C. Mahaffey</dc:creator>
      <dc:date>2003-10-27T12:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key does not work in sqlplus.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103281#M807629</link>
      <description>This is a terminal type issue.&lt;BR /&gt;&lt;BR /&gt;echo $TERM&lt;BR /&gt;&lt;BR /&gt;stty -a and see if you have done anything special with the backspace key.&lt;BR /&gt;&lt;BR /&gt;Attaching mine as a reference. My backspace key does work in sqlplus.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 27 Oct 2003 12:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103281#M807629</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-27T12:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key does not work in sqlplus.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103282#M807630</link>
      <description>There is nothing special about sqlplus or svrmgrl; they simply use the erase key as defined by your TERM setting. Do a stty -a (as whatever user is actually running sqlplus) and note the 'erase=' value. You thgen need to make certain that your terminal (or terminal emulator) is indeed generating that key OR use the stty command to define a matcvhing erase character.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Oct 2003 12:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103282#M807630</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-10-27T12:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key does not work in sqlplus.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103283#M807631</link>
      <description>Jack,&lt;BR /&gt;  Mostly term problems.  try stty erase ^? before opening sqlplus&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Mon, 27 Oct 2003 12:09:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103283#M807631</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-10-27T12:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key does not work in sqlplus.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103284#M807632</link>
      <description>If you are not using a 'real' terminal but an emulator, most likely it is a VT100 lookalike, perhaps supplied with an Xwindow package, and many of these programs default to VMS mode for backspace which means the backspace key on the keyboard transmits the DEL character. If stty -a shows that erase = ^H then configure your terminal emulator to map backspace = backspace rather than backspace = deleteKey.</description>
      <pubDate>Mon, 27 Oct 2003 12:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103284#M807632</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-10-27T12:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key does not work in sqlplus.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103285#M807633</link>
      <description>Thanks all.  My .profile was setting erase to ^H&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;jack...</description>
      <pubDate>Mon, 27 Oct 2003 13:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103285#M807633</guid>
      <dc:creator>Jack C. Mahaffey</dc:creator>
      <dc:date>2003-10-27T13:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key does not work in sqlplus.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103286#M807634</link>
      <description>Typo in last response.  My .profile was setting erase to ^?&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Oct 2003 13:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103286#M807634</guid>
      <dc:creator>Jack C. Mahaffey</dc:creator>
      <dc:date>2003-10-27T13:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key does not work in sqlplus.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103287#M807635</link>
      <description>FYI: ^? is the DEL (delete) key.</description>
      <pubDate>Mon, 27 Oct 2003 20:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-does-not-work-in-sqlplus/m-p/3103287#M807635</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-10-27T20:20:18Z</dc:date>
    </item>
  </channel>
</rss>

