在linux下使用Oracle的sqlplus命令時, 每次都需要重新輸入命令很是煩惱,就連輸錯字,backspace鍵也不能用,只能delete 很是不習慣
現在有一個工具可以實現linux下的歷史命令功能:
rlwrap
下載地址是:
http://utopia.knoware.nl/~hlub/uck/rlwrap/
安裝
解壓縮:
tar zxvfrlwrap-0.36.tar.gz
./configure
make
make install
oracle 支持命令歷史
用戶配置文件配置
#echo alias sqlplus=”rlwrap sqlplus”” >> /home/oracle/.bash_profile
#echo alias rman=””rlwrap rman”” >> /home/oracle/.bash_profile
”
上一條:如何區別盒裝,散裝,黑盒裝?
下一條:你知道電腦每天要消耗多少電嗎