您好,登錄后才能下訂單哦!
安裝rlwrap-0.37.tar.gz工具--實現SQLPLUS中記憶和上下翻頁功能
在rpm10g32這個路徑中
1、解壓縮
[root@oracle3 ~]# cd /u01/rpm10g32
[root@oracle3 rpm10g32]# tar -zxvf rlwrap-0.37.tar.gz
2、安裝
[root@oracle3 rpm10g32]# cd rlwrap-0.37 --root下安裝,安裝的時候可能會缺包,read-line、readline-devel包,需要用linux的iso文件創建yum源補包
[root@oracle3 rlwrap-0.37]# ./configure
.....
Now do:
make (or gmake) to build rlwrap
make check for instructions how to test it
make install to install it
[root@oracle3 rlwrap-0.37]# make
[root@oracle3 rlwrap-0.37]# make install
3、修改Oracle的環境變量
[oracle@oracle3 ~]$ vi .bash_profile
在.bash_profile文件中添加這個包內容到命令行工具中
alias sqlplus='rlwrap sqlplus'
alias rman='rlwrap rman'
alias lsnrctl='rlwrap lsnrctl'
[oracle@oracle3 ~]$ source .bash_profile --生效
4、測試
---------------------------------------------------------------------------------
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。