1. Using 'Backspace' to delete:
add 'stty erase ^h' to '/home/oracle/.bash_profile'
then execute ' source .bash_profile's
2. Use Line Up and Line Down keys to get the command history:
download 'lrwrap'
install it with 'root' user
su - oracle
add alias sqlplus='rlwrap sqlplus' to '/home/oracle/.bash_profile'
source ./bash_profile
sqlplus / as sysdba
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/24123206/viewspace-706065/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/24123206/viewspace-706065/
本文介绍如何通过修改Bash配置文件实现使用Backspace键删除功能,并利用lrwrap工具增强SQLPlus的历史命令检索能力。具体步骤包括在.bash_profile中添加相应别名并安装配置lrwrap。
1万+

被折叠的 条评论
为什么被折叠?



