Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: EMN0

Re: EMN0

From: A. Bardeen <abardeen1_at_YAHOO.COM>
Date: Mon, 22 Jul 2002 21:53:19 -0800
Message-ID: <F001.0049EFEC.20020722215319@fatcity.com>


April,

The "Restarting dead background process EMN0" message immediately prior to a shutdown is an annoying, but harmless message. The EMN0 process is not started unless AQ is used and even then it will be killed if it sits idle long enough. Upon shutdown, however, it can get awakened to ensure that it processes any existing messages, if any, and thus this message is written to the alert.log.

Do you have any shutdown triggers that could be preventing the db from shutting down cleanly? The best thing to do to get to the root of the hang is to take several system state dumps (at least 3, 1 - 2 minutes apart) while the system appears to be hanging.  

Connected as internal or a SYSDBA user:
ALTER SESSION SET EVENTS 'IMMEDIATE TRACE NAME SYSTEMSTATE LEVEL 10'; System state dumps can be rather large so you may want to ensure that max_dump_file_size is set very high or change it before generating the system state dump: ALTER SESSION SET MAX_DUMP_FILE_SIZE=UNLIMITED; Oracle Support should be able to determine from them why the shutdown appears to be hanging.

HTH,


Do You Yahoo!?
Yahoo! Health - Feel better, live better http://health.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: A. Bardeen
  INET: abardeen1_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Jul 23 2002 - 00:53:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US