ORA-00600:[KSMASG1], [4032], [4032] 錯誤!

alert.log 顯示:
ORA-00600: internal error code, arguments: [KSMASG1], [4032], [4032], [], [], [], [], []
trace file 顯示:
*** SESSION ID:(97.4384) 2008-03-16 18:07:41.011
=================================
Begin 4031 Diagnostic Information
=================================
The following information assists Oracle in diagnosing
causes of ORA-4031 errors.  This trace may be disabled
by setting the init.ora parameter _4031_dump_bitvec = 0
======================================
Allocation Request Summary Information
======================================
Current information setting:  00654fff
  Dump Interval=300 seconds  SGA Heap Dump Interval=3600 seconds
  Last Dump Time=03/16/2008 18:07:40
Allocation request for: ioc_allocate_pal
Heap: c00000002bbbde48, size: 4032
******************************************************
HEAP DUMP heap name="sga heap"  desc=c00000002de43030
 extent sz=0xfe0 alt=200 het=32767 rec=9 flg=-126 opc=0
 parent=0000000000000000 owner=0000000000000000 nex=0000000000000000 xsz=0x0
...
應該是內存分配不足,再上METALINK上查看:
1. Check if you have the JAVAVM installed:
SELECT SUBSTR(comp_id,1,15) comp_id, status, SUBSTR(version,1,10) version, SUBSTR(comp_name,1,30) comp_name FROM dba_registry;
COMP_ID STATUS VERSION COMP_NAME --------------- ----------- ---------- ------------------------------
CATALOG VALID 9.2.0.5.0 Oracle9i Catalog Views CATPROC VALID 9.2.0.5.0 Oracle9i Packages and Types CATJAVA VALID 9.2.0.5.0 Oracle9i Java Packages
JAVAVM VALID 9.2.0.5.0 JServer JAVA Virtual Machine ...
2. Check the value for the init.ora parameter JAVA_POOL_SIZE:
show parameter java_pool
NAME TYPE VALUE
------------------------------------ ----------- -----------
 java_pool_size big integer 0
3. Increase the size of the JAVA_POOL_SIZE, e.g. to 100 Mb:
ALTER SYSTEM SET java_pool_size=100M SCOPE = SPFILE;
SHUTDOWN immediate
STARTUP <script language="JavaScript" type="text/javascript"> function doHelpTag(helpTag){ var helperFrame; helperFrame = document.getElementById("helpTag"); //helperFrame.src='f?p=200:99:2087100527571539165::NO::P99_HELP_TAG:'+helpTag; if (helperFrame.contentDocument) { helperFrame.contentDocument.location.replace('f?p=200:99:2087100527571539165::NO::P99_HELP_TAG:'+helpTag); } else { helperFrame.Document.location.replace('f?p=200:99:2087100527571539165::NO::P99_HELP_TAG:'+helpTag); } } </script> <script type="text/javascript" src="/i/css/metalinkblaf.js"></script> <script type="text/javascript" src="/i/javascript/htmldb_html_elements.js"></script> <script type="text/javascript" src="/i/javascript/htmldb_get.js"></script> <script type="text/javascript"> </script> rel="stylesheet" type="text/css" href="/i/css/core_V22.css" /> rel="stylesheet" type="text/css" href="/i/css/core_ie_V22.css" /> <script language="JavaScript" type="text/javascript"> if (self.location.href != top.location.href){ top.location.href = self.location.href; } </script> <script type="text/javascript" src="/i/javascript/core.js"></script> rel="stylesheet" type="text/css" href="/i/css/core.css" /> rel="stylesheet" type="text/css" href="/i/css/flows.css" /> rel="stylesheet" type="text/css" href="/i/css/marlin.css" /> rel="stylesheet" type="text/css" href="/i/css/platform2.css" /> rel="stylesheet" type="text/css" href="/i/css/metalinkblaf.css" />

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章