以下是我redhat as4 安装 ORACLE10G 的安装日志 |
这个问题出现的原因就是:
在64位机器上,装32位的ORACLE数据库,或者反过来,是在32位系统上,装64位数据库的错误!!!
我安装的时候32位系统,安装了64位的ORACLE!
2、查看Linux是32位还是64位
[root@xxzx-esx-cycjk ~]# getconf LONG_BIT
64
如果是64则是64为
[root@xxzx-esx-cycjk ~]# echo $HOSTTYPE
x86_64
[root@xxzx-esx-cycjk ~]# uname -a
Linux xxzx-esx-cycjk2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
出现上面的x86_64也为64为
32位的显示:
Linux fc62.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:54:20 EDT 2006 i686 i686 i386 GNU/Linux
Linux的具体版本:
[root@xxzx-esx-cycjk ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.4 (Tikanga)