RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
Redhatenterpriselinux下怎么安装rlwrap实用工具

这篇文章将为大家详细讲解有关Redhat enterprise linux下怎么安装rlwrap实用工具,文章内容质量较高,因此小编分享给大家做个参考,希望大家阅读完这篇文章后对相关知识有一定的了解。

公司专注于为企业提供网站设计制作、做网站、微信公众号开发、商城开发小程序制作,软件按需网站制作等一站式互联网企业服务。凭借多年丰富的经验,我们会仔细了解各客户的需求而做出多方面的分析、设计、整合,为客户设计出具风格及创意性的商业解决方案,创新互联公司更提供一系列网站制作和网站推广的服务。

rlwrap 可以用来支持oracle下sqlplus历史命令的回调功能,提高效率。 

1、  下载

从http://utopia.knoware.nl/~hlub/uck/rlwrap/下载rlwrap-0.37.tar.gz,然后上传到

/tmp 目录下。

2、  解压缩安装

[root@localhosttmp]# tar -zxvf rlwrap-0.37.tar.gz

[root@localhosttmp]# cd rlwrap-0.37

[root@localhostrlwrap-0.37]# ls

[root@localhostrlwrap-0.37]# ./configure

[root@localhostrlwrap-0.37]#make

[root@localhostrlwrap-0.37]#make install

3、  验证安装结果

[root@localhost rlwrap-0.37]#su – oracle

[oracle@localhost ~]$ rlwrap

Usage: rlwrap [options] command ...

Options:

  -a[password:]              --always-readline[=password:]

  -A                         --ansi-colour-aware

[oracle@localhost ~]$ rlwrap sqlplus / as sysdba;

SQL*Plus: Release 10.1.0.3.0 -Production on ??Υ 9? 3 12:49:42 2010

Copyright (c) 1982, 2004, Oracle.  All rights reserved.

Connected to:

Oracle Database 10g EnterpriseEdition Release 10.1.0.3.0 - Production

With the Partitioning, OLAP and DataMining options

SQL> select status fromv$instance;

STATUS

------------

OPEN

4、安装报错

    rlwrap: error while loadingshared libraries: libreadline.so.5: cannot open shared object file: No suchfile or directory

   解决办法:

      在oracle下的.bash_profile中$PATH路径中增加/usr/local/bin路径

    PATH=/usr/local/bin:$PATH;export PATH

5、 编辑oracle用户下的.bash_profile

增加

alias sqlplus=’rlwrap sqlplus’

alias rman=’rlwrap rman’

关于Redhat enterprise linux下怎么安装rlwrap实用工具就分享到这里了,希望以上内容可以对大家有一定的帮助,可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到。


网站标题:Redhatenterpriselinux下怎么安装rlwrap实用工具
链接分享:http://scyingshan.cn/article/gpiisj.html