ORA-00600: internal error code, arguments: [LibraryCacheNotEmptyOnClose]
While shutting down the oracle database , i have encountered the ora-00600 error. I checked “ps -ef | grep ora_” and found no oracle process are running. I got confused ..
SQL> shutdown immediate
Database closed.
Database dismounted.
ORA-00600: internal error code, arguments: [LibraryCacheNotEmptyOnClose], [], [], [], [], [], [], []
And i serached in web for the error and i found that
“This error may appear during instance shutdown. You may safely ignore this error,
as it is raised only after the database has been closed. No action or corrective steps on the part of the DBA are required. The condition that causes this error to be raised is caught and handled starting in 11.1.0.6 “
Bug 4483084 OERI[LibraryCacheNotEmptyOnClose] on shutdown

Add Your Comment