Linux中sqlplus退格显示^H的解决方案
设定环境变量:1)在bash下,把 stty erase ^H 添加到.bash_profile中2)在csh下,把 stty erase ^H 添加到.cshrc中下面是我的实现方法(在bash下)[root@ORA9ISERV ~]# su - oracle 进入oracle主目录,里面有 .bash_profile[root@ORA9ISERV ~]# vi .bash_profile 添加一行stty erase ^H:wq 保存退出重新用oracle登录则可