Linux_CentOS_7.9配置oracle sqlplus、rman实现上下按键切换历史命令等便捷效率功能之简易记录

配置oracle sqlplus以及rman可以上下按键切换历史命令等便捷效率功能

设置前提是已经yum安装了rlwrap软件具体软件下载及配置参考文章http://t.csdnimg.cn/iXuVK
c 复制代码
su - oracle
c 复制代码
Vim  .bash_profile   ## 文件中增加如下的别名设置
----------------
alias sqlplus='rlwrap sqlplus'
alias rman='rlwrap rman'
----------------
c 复制代码
source .bash_profile       ##执行,使变量马上生效或者重启下系统;

以上感谢!

相关推荐
cg50179 小时前
Spring Boot 的配置文件
java·linux·spring boot
暮云星影9 小时前
三、FFmpeg学习笔记
linux·ffmpeg
rainFFrain9 小时前
单例模式与线程安全
linux·运维·服务器·vscode·单例模式
GalaxyPokemon9 小时前
Muduo网络库实现 [九] - EventLoopThread模块
linux·服务器·c++
mingqian_chu10 小时前
ubuntu中使用安卓模拟器
android·linux·ubuntu
Qi妙代码11 小时前
MYSQL基础
数据库·mysql·oracle
Arbori_2621511 小时前
Oracle中的UNION原理
数据库·oracle
GalaxyPokemon11 小时前
Muduo网络库实现 [十] - EventLoopThreadPool模块
linux·服务器·网络·c++
自由鬼11 小时前
开源虚拟化管理平台Proxmox VE部署超融合
linux·运维·服务器·开源·虚拟化·pve