bug 9772171 - database startup hangs on windows when machine has more than 64 cores [9772171.8] 在windows下使用特定版本的oracle db(特指单机,非rac),若是windows的逻辑cpu个数超过32个,oracle db 可能启动不起来,或者db起来有异常:内存溢出之
bug 9772171 - database startup hangs on windows when machine has more than 64 cores [9772171.8]
在windows下使用特定版本的oracle db(特指单机,非rac),若是windows的逻辑cpu个数超过32个,oracle db 可能启动不起来,或者db起来有异常:内存溢出之类的。
若是属于此种情况,那就基本上命中了一个bug,
该bug为:bug 9772171 - database startup hangs on windows when machine has more than 64 cores [9772171.8]
该bug的影响范围为:
product (component) oracle server (rdbms)
range of versions believed to be affected versions below 12.1
versions confirmed as being affected 11.2.0.111.1.0.710.2.0.4
platforms affected windows 64bit (amd64/em64t) windows/nt/xp
在如下的版本中,该bug被解决掉了:
this issue is fixed in 12.1.0.1 (base release)11.2.0.2 (server patch set)11.2.0.1 patch 5 on windows platforms11.1.0.7 patch 33 on windows platforms10.2.0.5 patch 16 on windows platforms10.2.0.4 patch 39 on windows platforms
今天在一个环境中进行了windows下 11.2.0.1(x64)到11.2.0.4(x64)的升级,该机器有64个逻辑cpu,只是11.2.0.1版本的oracle db不能用这么多的cpu,
因此从该主机的bios中,就设置了只用32个逻辑cpu。当11.2.0.4升级完成后,重启os时,从bios里边设置成64个逻辑cpu,之后oracle 11.2.0.4的数据库顺利启动。
因此该问题就被顺利解决了。