解决sqlplus上下左右键和Back Space键乱码不能用问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决sqlplus上下左右键和Back Space键乱码不能用问题相关的知识,希望对你有一定的参考价值。

在使用Sqlplus的时候,我们会发现想用Back Space删除错误的单词的时候,会发现出现^H乱码,解决的办法有两种:

一:

直接使用Ctrl+Back Space 的组合键就可以删除

二:

在root用户下的.bash_profile文件中加入:stty erase ‘^H‘

再使用 cource .bash_profile 重新生效


在使用Sqlplus的时候,如果想上下翻阅代码而上下左右键不可用的话会让人很头疼。

下面是解决上下左右键不可用的方法:

一:安装readline(readline包 安装光盘就有

[[email protected] ~]# yum -y install readline*

二:安装rlwrap

在官网下载rlwrap安装包 http://rpmfind.net/linux/rpm2html/search.php?query=rlwrap

解压缩安装:

[[email protected] rlwrap]# tar -xvf rlwrap-0.42.tar.gz 
[[email protected] rlwrap]#cd rlwrap-0.42
[[email protected] rlwrap-0.42]#./configure 
[[email protected] rlwrap-0.42]#make && make install

三:方便使用rlwrap

[[email protected] rlwrap-0.42]# vi /home/oracle/.bash_profile   加入下面两句

alias sqlplus=‘rlwrap sqlplus‘
alias rman=‘rlwrap rman‘

[[email protected] rlwrap-0.42]# soruce /home/oracle/.bash_profile   让他生效

切换到oracle用户,执行sqlplus就可以正常使用了



以上是关于解决sqlplus上下左右键和Back Space键乱码不能用问题的主要内容,如果未能解决你的问题,请参考以下文章

Android 中back键和home键的区别

监听 手机back键和顶部的回退

Jordan 11 Space Jam to come back in 2016

android屏蔽BACK键HOME键和多任务键

请问back space, spacebar分别是哪两个键

Atitit.android js 的键盘按键检测Back键Home键和Menu键事件