1.

wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/matthewdva:/build:/EPEL:/el7/RHEL_7/x86_64/rlwrap-0.42-1.el7.x86_64.rpm

2.

rpm -ivh rlwrap-0.42-1.el7.x86_64.rpm 

3.

vim /home/oracle/.bash_profile

alias sqlplus='rlwrap sqlplus'

alias rman='rlwrap rman'

PATH=/usr/rlwrap/bin/:$PATH
export PATH

4.

source /home/oracle/.bash_profile

相关文章:

  • 2021-06-03
  • 2022-01-20
  • 2021-12-22
  • 2021-12-28
  • 2021-09-27
  • 2021-08-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-16
  • 2021-08-16
  • 2022-12-23
  • 2021-11-20
  • 2021-08-15
相关资源
相似解决方案