使用ORACLE命令时,调用上次或之前运行过的命令或者输入错误时使用回退键删除
[root@oracle opt]# yum install rlwrap -y
[oracle@oracle database]$ cat >>/home/oracle/.bash_profile <<EOF
alias sqlplus='rlwrap sqlplus'
alias rman='rlwrap rman'
EOF
[oracle@oracle database]$ . /home/oracle/.bash_profile