您好,登錄后才能下訂單哦!
這里用到的工具就是rlwrap
可以在此鏈接進行了解http://utopia.knoware.nl/~hlub/uck/rlwrap/
wget http://utopia.knoware.nl/~hlub/uck/rlwrap/rlwrap-0.42.tar.gz
yum install -y readline readline-devel 這是所依賴的
tar xf rlwrap-0.42.tar.gz
cd rlwrap-0.42
當然在編譯之前可以查看一下readme和install
./configure && make && make install
然后切換到oracle用戶
su - oracle
[oracle@oracle alert]$ rlwrap sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Tue Oct 18 09:13:15 2016
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> show user;
USER is "SYS"
SQL> exit
為了更好的結合使用,去掉rlwrap,直接使用sqlplus / as sysdba
于是在家目錄做個別名就行
echo "alias sqlplus='rlwrap sqlplus'" >> /home/oracle/.bash_profile
source /home/oracle/.bash_profile
至此大功告成
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。