Linux中sqlplus退格显示“^H” 的解决

有可能在sqlplus 中按退格键出现 ^? 或^H等字符按一下配置正常

设定环境变量:

1)在bash下,把 stty erase ^H(或^?) 添加到.bash_profile中

2)在csh下,把 stty erase ^H (或^?) 添加到.cshrc中

下面是我今天的实现方法(在bash下)

[root@testdb ~]# su - oracle   进入oracle主目录,里面有 .bash_profile
[root@testdb ~]# vi .bash_profile 添加一行

setty erase ^H

:wq 保存退出

重新用oracle登录则可。

posted @ 2009-03-04 16:50  艾阳君  阅读(263)  评论(0编辑  收藏  举报