ORA-00600: internal error code, arguments: [LibraryCacheNotEmptyOnClose

Oracle 10.2.0.4 ,  Linux AS 5.3  

在正常关闭数据库的时候发现报错信息如下:  

SQL> shutdown immediate 
Database closed.
Database dismounted.

ORA-00600: internal error code, arguments: [LibraryCacheNotEmptyOnClose], [], [], [], [], [], [], []
SQL>

查询metalink 后的结果是bug.  

 

 

ORA-600 [librarycachenotemptyonclose] [ID 466425.1] 

Modified 29-MAR-2011 

 

Note: For additional ORA-600 related information please read Note:146580.1

PURPOSE:
  This article represents a partially published OERI note.

  It has been published because the ORA-600 error has been 
  reported in at least one confirmed bug.

  Therefore, the SUGGESTIONS section of this article may help
  in terms of identifying the cause of the error.

  This specific ORA-600 error may be considered for full publication
  at a later date. If/when fully published, additional information 
  will be available here on the nature of this error.



SUGGESTIONS:

  If the Known Issues section below does not help in terms of identifying
  a solution, please submit the trace files and alert.log to Oracle 
  Support Services for further analysis.

  Known Issues:

	 
	 function getdoc(docstr)
	 {
	    pos=docstr.indexOf(':');
	   docid=docstr.substring(pos+1,docstr.length);
	   tgt="_self";
	   if ( location.href.slice(7,12) == "webiv" ||
	         location.href.slice(7,11) == "rmsu" )
	   {
	     loc="Get?WwwID=note:" + docid;
	     window.open(loc,tgt)
	     return;
	   }
	   if ( location.href.slice(7,12) == "metal" ||
	         location.href.slice(7,12) == "suppo" )
	   {
	     loc="showdoc?db=NOT&id=" + docid;
	     window.open(loc,tgt)
	     return;
	   }
	   else
	   {
	     loc="http://metalink.oracle.com/metalink/plsql/showdoc"+
		 "?db=NOT&id="+docid;
	     window.open(loc,tgt)
	     return;
	   }
	 }
	 Known Bugs
NBBugFixedDescription
757233510.2.0.5, 11.2.0.1ORA-600 [LibraryCacheNotEmptyOnClose] during shutdown
448308411.1.0.6OERI[LibraryCacheNotEmptyOnClose] on shutdown

 

请使用浏览器的分享功能分享到微信等