|
这问题我也遇到了,环境如下:网上查到好像是Oracle11.2.0在64位硬件,32位操作系统下的BUG
[15:12:50oracle@redhat4 ~]>grep "model name" /proc/cpuinfo;
model name : AMD Athlon(tm) X2 Dual-Core QL-64
[15:13:02oracle@redhat4 ~]>
[15:13:12oracle@redhat4 ~]>uname -a
Linux redhat4.wang.com 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 athlon i386 GNU/Linux
[12:59:51oracle@redhat4 database]>./runInstaller &
[1] 3671
[12:59:54oracle@redhat4 database]>Starting Oracle Universal Installer...
Checking Temp space: must be greater than 80 MB. Actual 6494 MB Passed
Checking swap space: must be greater than 150 MB. Actual 1498 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-06-20_12-59-55PM. Please wait ...You can find the log of this install session at:
/u01/app/oraInventory/logs/installActions2010-06-20_12-59-55PM.log
[1]+ Done ./runInstaller
[13:19:10oracle@redhat4 database]>
[13:19:20oracle@redhat4 ~]>dbca&
[1] 7246
[13:19:23oracle@redhat4 ~]>#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0xb7ff4c8c, pid=7246, tid=3085514432
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_17-b02 mixed mode)
# Problematic frame:
# C [ld-linux.so.2+0xbc8c]
#
# An error report file with more information is saved as hs_err_pid7246.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
[1]+ Aborted dbca
[13:20:10oracle@redhat4 ~]>
[13:20:10oracle@redhat4 ~]>netca
Oracle Net Services Configuration:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0xb7ff4c8c, pid=7270, tid=3085514432
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_17-b02 mixed mode)
# Problematic frame:
# C [ld-linux.so.2+0xbc8c]
#
# An error report file with more information is saved as hs_err_pid7270.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
/u01/app/oracle/product/11.2.0/db_1/bin/netca: line 178: 7270 Aborted $JRE $JRE_OPTIONS -classp
|
|