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 […]
