部署rlwrap軟體
對DBA而言,手動敲命令是家常便飯,本次研究rlwrap,在linux作業系統上,執行SQL*Plu或者RMAN的時候,可以使用向上,向下鍵來跳回之前已經執行過的SQL語句.你可以根據需要修改他們,然後按Enter鍵重新提交執行.可以大大的提高效率.然而,當在Linux Shell中執行SQL*Plus的時候,系統本身並不提供瀏覽歷史命令列的功能.為了在Linux中達到同樣的目的,可以安裝rlwrap,這個程式本身是個Shell,可以執行任何你提供給它的命令包括引數,並新增命令歷史瀏覽功能.
一、安裝readline包(ISO自帶)
[root@xuh ~]# yum list|grep readline-devel*
Unable to read consumer identity
readline-devel.i386 5.1-3.el5 base
readline-devel.x86_64 5.1-3.el5 base
[root@xuh ~]# yum install readline-devel* -y
[root@xuh ~]# yum list|grep readline-devel*
Unable to read consumer identity
readline-devel.i386 5.1-3.el5 installed
readline-devel.x86_64 5.1-3.el5 installed
二、下載rlwrap軟體包
~hlub/uck/rlwrap/
[root@xuh ~]# ls -rtl|grep rlwrap
-rw-r--r-- 1 root root 279608 Aug 21 14:32 rlwrap-0.42.tar.gz
三、安裝rlwrap包
[root@xuh ~]# gunzip rlwrap-0.42.tar.gz
[root@xuh ~]# tar -xvf rlwrap-0.42.tar
[root@xuh ~]# cd rlwrap-0.42
[root@xuh rlwrap-0.42]# ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
.
checking that generated files are newer than configure... done
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating filters/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating doc/rlwrap.man
config.status: creating config.h
config.status: executing depfiles commands
Now do:
make (or gmake) to build rlwrap
make check for instructions how to test it
make install to install it
[root@xuh rlwrap-0.42]# make
[root@xuh rlwrap-0.42]# make check
[root@xuh rlwrap-0.42]# make install
四、新增環境變數
[oracle@xuh ~]$ vi .bash_profile
alias sqlplus='rlwrap sqlplus'
alias rman='rlwrap rman'
[oracle@xuh ~]$ source .bash_profile
部署了rlwrap,就可以透過上下鍵來跳回之前已經執行過的SQL語句,提高效率
一、安裝readline包(ISO自帶)
[root@xuh ~]# yum list|grep readline-devel*
Unable to read consumer identity
readline-devel.i386 5.1-3.el5 base
readline-devel.x86_64 5.1-3.el5 base
[root@xuh ~]# yum install readline-devel* -y
[root@xuh ~]# yum list|grep readline-devel*
Unable to read consumer identity
readline-devel.i386 5.1-3.el5 installed
readline-devel.x86_64 5.1-3.el5 installed
二、下載rlwrap軟體包
~hlub/uck/rlwrap/
[root@xuh ~]# ls -rtl|grep rlwrap
-rw-r--r-- 1 root root 279608 Aug 21 14:32 rlwrap-0.42.tar.gz
三、安裝rlwrap包
[root@xuh ~]# gunzip rlwrap-0.42.tar.gz
[root@xuh ~]# tar -xvf rlwrap-0.42.tar
[root@xuh ~]# cd rlwrap-0.42
[root@xuh rlwrap-0.42]# ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
.
checking that generated files are newer than configure... done
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating filters/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating doc/rlwrap.man
config.status: creating config.h
config.status: executing depfiles commands
Now do:
make (or gmake) to build rlwrap
make check for instructions how to test it
make install to install it
[root@xuh rlwrap-0.42]# make
[root@xuh rlwrap-0.42]# make check
[root@xuh rlwrap-0.42]# make install
四、新增環境變數
[oracle@xuh ~]$ vi .bash_profile
alias sqlplus='rlwrap sqlplus'
alias rman='rlwrap rman'
[oracle@xuh ~]$ source .bash_profile
部署了rlwrap,就可以透過上下鍵來跳回之前已經執行過的SQL語句,提高效率
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30310891/viewspace-1974755/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux下 rlwrap 軟體安裝Linux
- weblogic中介軟體軟體上線標準化部署Web
- 基於命令列history功能的相關開源軟體集錦_rlwrap_uniread命令列
- rlwrap安裝
- linux rlwrapLinux
- rlwrap工具使用
- websphere如何部署應用程式_中介軟體Web
- rlwrap 安裝配置
- rlwrap 安裝使用
- rlwrap 安裝方法
- Mysql MHA部署-03MHA軟體安裝MySql
- weblogic軟體安裝與配置部署大全Web
- websphere6如何簡單部署_中介軟體Web
- 【rlwrap】讓rlwrap工具更加的生動有趣——快捷鍵的嘗試
- 如何安裝rlwrap工具
- 部署管理用什麼專案管理軟體好?專案管理
- windows 2003域中部署軟體薦Windows
- Oracle Linux安裝rlwrapOracleLinux
- rlwrap的安裝介紹
- rlwrap sqlplus in linuxSQLLinux
- 基於Azure的軟體部署和開發系列沙龍
- 使用ConfigurationManager部署及管理軟體更新(2)
- redhat5.4部署中介軟體jboss7Redhat
- vs2005安裝部署軟體過程
- 基於Ubuntu下以Docker方式gitlab軟體的部署UbuntuDockerGitlab
- bogo手機直播原始碼部署直播軟體系統搭建!Go原始碼
- 軟體選型兩難困境 選SaaS還是本地部署?
- weblogic中介軟體安裝與部署一些文章Web
- 支援私有部署的雲端儲存雙鏈筆記軟體筆記
- Cent os 6.3上安裝rlwrap
- 小影片app開發後,短影片軟體搭建部署教程APP
- 開源erp軟體odoo線上開發環境部署實錄Odoo開發環境
- Liunx(CentOS7)中介軟體Weblogic的安裝與部署CentOSWeb
- 安全分級部署網路管理軟體,為運維減負運維
- OS課 Level 2 實驗(2):軟體的部署與應用
- 企業移動管理軟體已進入諮詢部署時代
- 皕傑報表軟體的設計器資料庫部署資料庫
- 軟體、軟體危機、軟體工程 (轉)軟體工程