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

tolywang發表於2011-05-05

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 

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=""+
		 "?db=NOT&id="+docid;
	     window.open(loc,tgt)
	     return;
	   }
	 }
	 Known Bugs
NBBugFixedDescription
10.2.0.5, 11.2.0.1ORA-600 [LibraryCacheNotEmptyOnClose] during shutdown
11.1.0.6OERI[LibraryCacheNotEmptyOnClose] on shutdown

 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-694483/,如需轉載,請註明出處,否則將追究法律責任。

相關文章