In Linux use Sqlplus you will find: Backspace key can not be used normally (garbled), on the flip button can not normally display the historical function, very annoying!
In order to let the backspace bar and the rollover key in Sqlplus normal play its role, we must install a software-rlwrap
1. First, download the installation package from http://utopia.knoware.nl/~hlub/uck/rlwrap/and upload it to the Linux server
2. Extract the installation as root user
TAR-ZXVF rlwrap-0.37.tar.gz
cd rlwrap-0.37
./configure make make
install
3. After the installation is successful, edit under Oracle user. Bash_profile
Alias sqlplus= ' Rlwrap sqlplus '
alias rman= ' Rlwrap Rman '
alias lsnrctl= ' Rlwrap lsnrctl '
At this time you landed Sqlplus and Rman, will be very happy to find the backspace, on the flip key can be used normally, and finally no longer be the wrong character and annoyed.
See more highlights of this column: http://www.bianceng.cnhttp://www.bianceng.cn/OS/Linux/