下载地址:
Oracle数据库使用时,因为不能上下翻页之前的命令,非常不方便。所以安装“rlwrap”来解决。
安装命令,注意安装是要在root用户下。
# tar -xf rlwrap-0.42.tar.gz # cd rlwrap-0.42# ./configure # make && make install
编译安装完成
在Oracle用户的变量文件.bash_profile文件里追加下面两行。
# vi /home/oracle/.bash_profile
alias sqlplus='rlwrap sqlplus';alias rman='rlwrap rman';
生效
$ . .bash_profile
参考文章: