oracle11g典型安装出错,oracle11g 安装错误汇总

uname -a

Linux oracle_master 2.6.32-220.el6.x86_64 #1 SMP Tue Dec 6 19:48:22 GMT 2011 x86_64 x86_64 x86_64 GNU/Linux

[oracle@oracle_master ~]

解决的方法:

直接vim runInstaller,将以下的exit 0;凝视掉

if [ $UNAME = “Linux” ]; then

if [ -e $GETCONF ]; then

value=$GETCONF LONG_BIT

if [ $value != 64 ]; then

echo “\”You are attempting to install 64-bit Oracle on a 32-bit operating system. This is not supported and will not work.\”“;

#exit 0;

fi

fi

fi

2,vncviewer连接进去后,启动runInstaller,界面显示不全,看不到nextbutton

解决的方法:进去System–>Preferences–>Display–Resolution,设置成1360x768就能够了,然后apply应用下,就能够看到nextbutton了。

3,oracle启动报错LRM-00109

SQL> startup

ORA-01078: failure in processing system parameters

LRM-00109: could not open parameter file ‘/oracle/app/oracle/product/11.2.0/dbhome_1/dbs/initpowerdes.ora’

SQL>

原因是vim /home/oracle/.bash_profile里面的export ORACLE_SID=orcl和dbca建库的时候的sid不一致。改成一致就可以,

[oracle@oracle_master ~]$ vim /home/oracle/.bash_profile

export ORACLE_SID=primarydb

然后启动,OK。例如以下所看到的:

SQL> startup

ORA-01081: cannot start already-running ORACLE - shut it down first

SQL> shutdown immediate

Database closed.

Database dismounted.

ORACLE instance shut down.

SQL> startup;

ORACLE instance started.

Total System Global Area 835104768 bytes

Fixed Size 2217952 bytes

Variable Size 511707168 bytes

Database Buffers 314572800 bytes

Redo Buffers 6606848 bytes

Database mounted.

Database opened.

SQL>

oracle11g 安装错误汇总

标签:.text   support   不一致   conf   x86   each   2.0   solution   inux

本条技术文章来源于互联网,如果无意侵犯您的权益请点击此处反馈版权投诉 本文系统来源:http://www.cnblogs.com/jzdwajue/p/7208439.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值