sqlplus中上下键无效的解决办法
更新:HHH   时间:2023-1-7


环境: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

 

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

 

返回关系型数据库教程...