sqlplus的session下无法使用退格键的问题处理

[root@localhost ~] # yum -y install readline rlwrap
[root@localhost ~] # su - oracle
[oracle@localhost ~]$ vim .bash_profile
…略…
alias  sqlplus= 'rlwrap sqlplus'
alias  rman= 'rlwrap rman'
[oracle@localhost ~]$  source  .bash_profile

这样在sqlplus的session中就可以想在MySQL的session中一样的使用了

猜你喜欢

转载自www.linuxidc.com/Linux/2017-07/145357.htm
今日推荐