centos7下安装oracle11g

安装步骤:

http://blog.csdn.net/whatlookingfor/article/details/52382458#环境准备

问题解决:

ORACLE 安装提示缺少依赖包:
http://blog.csdn.net/zxp2624161989/article/details/53505114
http://blog.csdn.net/xinglu/article/details/44634981

oracle11g安装过程提示swap size 检查失败问题:
http://dbaway.blog.51cto.com/7099215/1685300/
http://blog.csdn.net/liuyongyu111/article/details/53472346

安装过程中,在进度68%时会出现两个错误
http://blog.csdn.net/jxt_hbtm/article/details/38146371

Oracle启动报错:ORA-00845: MEMORY_TARGET not supported on this system
http://www.linuxidc.com/Linux/2014-02/96167.htm

安装rlwrap
在linux上使用sqlplus命令的时候,上下键、空格键、删除键都不能使用,非常麻烦。安装了rlwrap之后,这一问题得到解决

在安装rlwrap之前需要安装readline(centos7 默认已安装)
yum install readline

接着安装rlwrap:官网-http://utopia.knoware.nl/~hlub/rlwrap/
官网打不开:http://www.rpmfind.net/linux/rpm2html/search.php?query=rlwrap
可以使用rlwrap的rpm包安装:rpm -ivh rlwrap-0.42-1.el7.x86_64.rpm
安装时提示:perl(Data::Dumper) is needed by rlwrap-0.42-1.el7.x86_64
安装perl-Data-Dumper (yum install perl-Data-Dumper.x86_64)后再安装即可
最后切到oracle用户,编辑bash_profile文件,加两行,source .bash_profile重新运行脚本即可

alias sqlplus="rlwrap sqlplus"
alias rman="rlwrap rman"
  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值