看到 一位朋友写了,我也记录一下。
出错如下:BYS@bys1>aa ^H^H^[[D^[[D^[[C^[[C^[[A^[[A
安装rlwrap之前需要readline。
readline可以直接在安装光盘中找到 ,也可以自己上传RMP包到光盘进行安装。
[root@oel-01 ~]# ls
rlwrap-0.37.tar.gz
[root@oel-01 ~]# tar -zxvfrlwrap-0.37.tar.gz
[root@oel-01 rlwrap-0.37]# pwd
/root/rlwrap-0.37
[root@oel-01 rlwrap-0.37]# ./configure
[root@oel-01 rlwrap-0.37]# make
[root@oel-01 rlwrap-0.37]# make install
在操作ORACEL的用户的.bash_profile文件中增加如下两句:
[root@oel-01 oracle]# pwd
/home/oracle
[root@oel-01 oracle]# cat .bash_profile
……………………alias sqlplus='rlwrap sqlplus'
alias rman='rlwrap rman'
[oracle@oel-01 ~]$ source .bash_profile
如下报错是因为我尚未安装ORACEL,所以没有SQLPLUST 和RMAN。但是可以看到 输入sqlplus使用的是rlwrap sqlplus
[oracle@oel-01 ~]$ sqlplus
rlwrap: Cannot execute sqlplus: No suchfile or directory
[oracle@oel-01 ~]$ rman
rlwrap: Cannot execute rman: No such fileor directory
当然不SOURCE环境变量而重登陆SSH客户端也是可以的。
在console里输入stty erase ^H, 然后再使用sqlplus 来连接数据库。此时可以使用删除,但是不能使用上下左右的光标键,会乱码^[[A^[[B^[[B。
[oracle@bys001 ~]$ stty erase ^H
[oracle@bys001 ~]$ sqlplus bys/bys
SQL*Plus: Release 11.2.0.1.0 Production on Mon Nov 4 22:42:37 2013
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
BYS@bys1>aaa bb^[[D^[[D^[[D^[[D^[[C^[[C^[[A^[[A^[[B^[[B
在用户的.bash_profile里面加入:--同上一步修改环境变量的方法。
stty erase ^H
PUTTY中可以在PUTTY的设置中:
设置——TERMINAL--KEYBOARD --THE Backspace key 选中CONTROL-H