rlwrap 小工具
- 2019 年 10 月 4 日
- 筆記
需要epel源。
yum install readline readline-devel rlwrap -y
su – oracle
vi /home/oracle/.bash_profile 添加下面2行:
alias sqlplus='rlwrap sqlplus' alias rman='rlwrap rman'
source /home/oracle/.bash_profile
这样之后执行sqlplus就能上下翻历史记录了。