在linux下使用Oracle的sqlplus命令時, 每次都需要重新輸入命令很是煩惱,就連輸錯字,backspace鍵也不能用,只能delete 很是不習慣
現在有一個工具可以實現linux下http://.的歷史命令功能:
rlwrap
下載地址是:
http://utopia.knoware.nl/~hlub/uck/rlwrap/
安裝
解壓縮:
tar zxvf rlwrap-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