解决oracle不能上下箭头翻历史命令问题
解决命令行中上下键不能翻历史命令的问题
安装过程:
将软件拷贝到/root下
挂载光盘到/media/mnt下
1 |
#mkdir /media/mnt |
添加本地yum源
1 |
[root@oracle ~]## yum -y install readline* |
这样就可以使用 rlwarp 了
1 |
[root@oracle rlwrap-0.42]# su oracle |
在末尾添加
1 |
alias sqlplus='rlwrap sqlplus' |
保存退出
使文件立即生效
1 |
[oracle@oracle opt]$ source ~oracle/.bash_profile |
安装完rlwrap后,有些可能使用SecureCRT会再次出现乱码,这是修改一下SecureCRT的字符编码:
【选项】->【会话选项】->【终端】->【外观】+
http://alexcld.com/posts/3246.html
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Alexcld!
评论
Valine
Twikoo
<< 上一篇
下一篇 >>