Redhat enterprise linux下安裝rlwrap工具
rlwrap 可以用來支援oracle下sqlplus歷史命令的回撥功能,提高效率。
1、 下載
從下載,然後上傳到
/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’
----->>轉載於:http://www.cnblogs.com/lukeqinll/archive/2010/09/14/1826262.html
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29119536/viewspace-1255932/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE ENTERPRISE LINUX 下安裝rlwrapOracleLinux
- linux下 rlwrap 軟體安裝Linux
- 如何安裝rlwrap工具
- Oracle Linux安裝rlwrapOracleLinux
- U盤啟動安裝Redhat Enterprise Linux 6.4RedhatLinux
- Redhat Enterprise Linux 6.4 安裝Oracle JDK替換OpenJDKRedhatLinuxOracleJDK
- rlwrap安裝
- RedHat Enterprise Linux Server 5上安裝Oracle9iRedhatLinuxServerOracle
- oracle9204在redhat enterprise linux 5中安裝OracleRedhatLinux
- 在Redhat Enterprise Linux5下安裝XFS檔案系統手記薦RedhatLinux
- RedHat Enterprise AS4 硬碟安裝心得(轉)Redhat硬碟
- rlwrap 安裝配置
- rlwrap 安裝使用
- rlwrap 安裝方法
- rlwrap安裝(解決Linux下無法使用上下鍵)Linux
- linux下安裝snap安裝工具Linux
- RedHat Enterprise AS4硬碟安裝步驟(轉)Redhat硬碟
- 在Linux操作下解除安裝,安裝redhat自帶的JDKLinuxRedhatJDK
- 64位RedHat Enterprise Linux安裝fcitx 4.0小企鵝輸入法RedhatLinux
- Oracle Enterprise Linux下安裝Oracle 12cOracleLinux
- Oracle Enterprise Linux 6下安裝Oracle 9204OracleLinux
- RHEL(RedHat Enterprise Linux)5/6 ISO映象下載RedhatLinux
- 在RedHat Linux下安裝惠普磁帶機(轉)RedhatLinux
- Linux(01):RedHat 7.6 安裝LinuxRedhat
- RedHat Linux安裝CentOS YUMRedhatLinuxCentOS
- Redhat linux 6.5 yum安裝RedhatLinux
- rlwrap的安裝介紹
- 在Linux(Redhat/CentOS)下安裝MySQL之yum(rpm)線上安裝方式LinuxRedhatCentOSMySql
- 安裝ORACLE ENTERPRISE LINUX 5OracleLinux
- RedHat Linux Enterprise 5.4 yum 配置RedhatLinux
- Redhat Linux下安裝HBA卡並檢視WWN號RedhatLinux
- 關於redhat上iscsi的安裝:iSCSI target HowTo on Enterprise Linux (RHEL4)RedhatLinux
- 在Linux(Redhat/CentOS)下安裝MySQL之yum(rpm)離線安裝方式LinuxRedhatCentOSMySql
- RedHat Linux 本地Yum源安裝RedhatLinux
- redhat linux 6.2 安裝配置GUIRedhatLinuxGUI
- Redhat 7 下安裝達夢7Redhat
- 在redhat 下安裝 CVS(轉)Redhat
- Cent os 6.3上安裝rlwrap