解決SQL*Plus中無法正常退格情況

zhanglei_itput發表於2009-02-19

1.  在IBM AIX的環境下,有時會遇到打錯了命令,但是Backspace不管用的情況:

eg. [oracle@rac1 db_1]$ test  退格不管用,無法刪除字元
       [oracle@rac1 db_1]$
set -o vi
      
[oracle@rac1 db_1]$ test 可以退格了

2. When you have the problem in SQL*Plus, please add the statement in   
    your .bash_profile, if you are using bash:

eg.[ db_1]$ vi .bash_profile
      新增 stty erase ^H 進去
      [
db_1]$  . .bash_profile使檔案生效
      Xiang Pi 's solution is correct.

因為第二個問題自己沒有碰到過,所以沒有測試,放在這裡記錄下來。第一個是經過測試的。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9252210/viewspace-555628/,如需轉載,請註明出處,否則將追究法律責任。

相關文章