所需的两个软件已放至云盘
http://pan.baidu.com/s/1gdyE9EF
下载后直接进行以下操作
1 2 3 4 5 6 7 8 9 10 11
| tar xvf readline-6.2.tar.gz cd readline-6.2 ./configure && make && make install cd tar xvf rlwrap-0.42.tar.gz cd rlwrap-0.42 ./configure && make && make install echo "alias sqlplus='rlwrap sqlplus'" >>/home oracle/.bash_profile su - oracle source /home/oracle/.bash_profile
|
完成以上操作后再次登陆数据库便解决了无法上下左右切换的问题