2015年(65)
分类: 大数据
2015-01-12 13:23:23
在Oracle Linux Server Release 5.7上安装64位Oracle 10g 时,遇到如下问题:
Error in invoking target 'install' of makefile '/u01/app//product/dbhome_1/ctx/lib/ins_ctx.mk'.
See '/u01/app/oracle/oraInventory/logs/installActions2014-01-11_12-44-52PM.log' for detai;
问题的原因所在:Linux没有安装32位的glibc-devel包
glibc-devel.i386 0:2.5-65
rpm -ivh --node --force glibc-devel.i386 0:2.5-65
注:在安装11g,12c同样会遇到此错误,必须要强制安装32位包glibc_devel.i386