首页 > 代码库 > sqlplus中上下键无效的解决办法

sqlplus中上下键无效的解决办法

环境:centos 6.0_x64

oracle版本:11g


步骤:

wget http://utopia.knoware.nl/~hlub/rlwrap/rlwrap-0.30.tar.gz

 tar zxvf rlwrap-0.30.tar.gz

 cd  rlwrap-0.30

 ./configure

 make

 make install

 vi /home/oracle/.bash_profile
最后执行:

# .  ~oracle/.bash_profile

 

这样上下键和回退键都可以使用了。

 

本文出自 “帝心禅影” 博客,请务必保留此出处http://yedee.blog.51cto.com/513852/1531710