immediate halt crashes

Hello

I recently installed Oracle 11.2.0.3 Unix HP Itanium server. Database has been upward and works very well.

We had a planned maintenance and all connected applications have been brought down. In other words, I see only one active SYS connection and issues "stop immediately".

But it takes a lot of time and crashes it with below the entries in the log of alerts. I saw on google that they are related to EMNC and EMNC killed and these processes are gone and stop is over. What are these processes and why - they remain active even after the show 'stop immediately '? Shouldn't they be gone if they are treated when associated SYS stop questions?

This is a known bug. I searched on metalink and could not find.

Any help would be helpful?

Thu Jan 09 15:53:01, 2014

Closure of proceedings (immediate)

Closure of proceedings: in addition to logons disabled

Stop background QMNC process

Thu Jan 09 15:53:02 2014

Stop background CJQ0 process

Stop background MMNL process

MMON background process stop

The high waters = 6 license

Stop slave queue treatments, flags = 7

Treatment of slave leader arrested projects

Thu Jan 09 15:58:08 2014

"Active process program 6701 'oracle' user ' oracle@xyz (E004)"

"Active process program 6701 'oracle' user ' oracle@xyz (E004)"

"Active process program 7108 'oracle' user ' oracle@xyz (E005)"

"Active process program 7108 'oracle' user ' oracle@xyz (E005)"

"Active process program 7110 User 'oracle' ' oracle@xyz (E006)"

"Active process program 7110 User 'oracle' ' oracle@xyz (E006)"

"Active process program 7112 'oracle' user ' oracle@xyz (E007)"

"Active process program 6600 'oracle' user ' oracle@xyz (E000)"

"Active process program 7112 'oracle' user ' oracle@xyz (E007)"

"Active process program 6626 'oracle' user ' oracle@xyz (E001)"

"Active process program 6649 'oracle' user ' oracle@xyz (E002)"

"Active process program 6673 'oracle' user ' oracle@xyz (E003)"

SHUTDOWN: waiting for connections finish.

This is a BUG.

Apply Patch 12910565 for your platform.

Check this note also:

Stop crashes while EMON slaves spawn for notification (Doc ID 1394945.1)

Tags: Database

Similar Questions

  • YouTube (720 HD or full screen) causes Firefox to crash

    Play YouTube videos 720HD or full screen mode causes immediate Firefox crash. I tried Safe Mode and the same things cause Firefox to crash. I went through the steps on the support page of Mozilla to try to resolve the accident, and none of the steps he solved the problem of crash with YouTube. Angieslist.com has recently caused a Firefox crash.

    BP-a7e72522-c91b-4186-A540-1e92e2150731

    It seems that the problem of crash has been resolved with version 40.0.

  • Specification of the SHUTDOWN options

    Version: 10 gr 2

    While I was closing a DB of RAC, I noticed that
    srvctl stop instance -d orcl -i orcl2 -- Without any options 
    is faster than
    srvctl stop instance -d orcl -i orcl2 -o immediate
    That we stop the instance faster?

    PS: SURRENDER is not an option for me

    Published by: Tom on April 26, 2011 09:00

    Hello

    That we stop the instance faster?

    Except SHUTDOWN ABORT SHUTDOWN IMMEDIATE is to be fastest.

    Immediate stop of the database occurs under the following conditions:
    No new connections are allowed, no new transactions are allowed to start, after issuance of the statement.
    All uncommitted transactions are cancelled. (If long uncommitted transactions exist, this stop method could not fill quickly, despite its name.)
    Oracle database does not wait for the users currently connected to the database to disconnect. Implicitly, the database restores all of the active transactions and disconnects all users.

    However, in practice, some factors may arise and IMMEDIATE STOP can take a long time.
    In the file Instance ALERTLOG, appear the reason to for Instance long stop.

    Generally, one of the three that happens:
    Uncommitted transactions are cancelled.
    SMON is clean temporary segments or the delay block nitrifiants.
    Process continue to be connected to the database and is not completed.

    So, before issuing an immediate halt, he recommends to check the following views, especially when the database has to be reduced to a very short period of time:

    1. for large queries:

    select count(*) from v$session_longops where time_remaining>0;
    

    2. for the transactions:

    select sum(used_ublk) from v$transaction;
    

    A result greater than 0 for the first query, and a great value returned for the second would mean a time relatively long to wait until the end of the immediate stoppage.

    Is no recommendation of the Oracle, but each time that the coup will stop immediately and I check if the problem is associated with lengthy operations, so I kill all processes of the sessions by the operating system. After that, I start the Instance in restricted mode and issue the (normal) stop.

    I follow these steps to force the correct stop.

    1 check if there is no link present in the database as:

    $ ps -eaf | grep LOCAL
    

    It will give you the OSPIDs of the client connected to the database.

    2. manually kill them like:

    # Kill -9 
    

    or you can use this script with care.

    The Script below to kill only the sessions remotely on the db10g1 Instance.

    for i in `ps -ef |grep "oracledb10g1 (LOCAL=NO)" |grep -v grep | awk '{print $2}'`
    do
     echo  kill -9  $i
    done
    

    3. follow the ALERTLOG file if instance is stopped.

    You can use this docs useful for understanding 'Hangs on SHUTDOWN IMMEDIATE':
    * What to do and not to do when 'stop' is suspended [375935.1 ID] *.
    * How to check why stop immediately crashes? [ID 164504.1] *.
    * Stop Normal or stop immediately crashes. SMON deactivation TX recovery [ID 1076161.6] *.
    http://askdba.org/weblog/2008/05/shutdown-immediate-hang-2/

    Kind regards
    Levi Pereira

  • _allow_resetlogs_corruption in 11g r2

    Hi guys, I have the following situation: my laboratory database crashes because as a redolog corrupt becames.
    As I don't care about data loss, I tried to launch my setting of database in pfile.ora "_allow_redolog_corruption".
    (Before that, I try an incomplete recovery and open resetlogs, but it fails)
    When I try to start the database with updated the pfile file, it fails with 'unrecognized parameter of _allow_resetlogs_corrupted.
    My version of DB is 11.2.0 (Solaris Sparc)
    In the past, I could open a DB (10.2.0.4) whith this setting.

    Any suggestions?
    Thanks in advance!

    You probably did an another syntax error in your pfile file so, something more subtle than a simple spelling error. Can I start one of my 11.2.0.1 with 'allow_resetlogs_corruption = TRUE' databases without the error you get.

    First, I created a file my spfile pfile, then did an immediate halt. Then I edited the new pfile file, adding the line

    * ._allow_resetlogs_corruption = TRUE

    Then I went in sql * more and started the database

    SQL * more: Production version 11.2.0.1.0 on Mon Apr 18 11:16:28 2011

    Copyright (c) 1982, 2009, Oracle. All rights reserved.

    Enter the user name: / as sysdba
    Connect to an instance is idle.

    SQL > startup mount pfile=/ITE/u112r/oraspfile/or112/or112_pfile.ora
    ORACLE instance started.

    Total System Global Area 626327552 bytes
    Bytes of size 2215944 fixed
    436211704 variable size bytes
    180355072 of database buffers bytes
    Redo buffers 7544832 bytes
    Mounted database.
    SQL > alter database open
    2;

    Database altered.

    SQL > show parameter _allow

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    allowresetlogs_corruption Boolean TRUE

  • Satellite M30: Blue error screen - how to diagnose what it is?

    I have a hardware problem, but I'm not sure of the exact nature. Even if I look like the hard drive or something to communicate with her.
    About two weeks ago, I started to notice performance problems when loading something from the internal hard drive: overall function of the computer (such as the movement of the mouse, mp3 playback) became embarrassed when the hard drive was loading (economy was less of a problem).

    This was NOT the case when loading data or execution of programs from a disk usb external hard. Today, I got a blue screen informing me that this accident was probably due to new hardware or software, followed by a physical memory dump and a severe judgment. I restarted the computer, but had the same problem after the login screen.

    Trying to boot into safe mode does not work either and after some tests it never got to the login screen more - a few seconds after the beginning of boot there was a flash of a screen blue, followed by an immediate halt.
    In any case, I used the recovery dvd - rom product but the problem is still there, which means that I can start now but I get the same blue screen every hour at least (seems to correlate with usage).

    Instead of running off to buy a new hard drive I want to be sure this is the problem (alone), and not a problem of motherboard or what have you.

    Where my question: how I can diagnose what's wrong with my laptop?

    Hello

    Well, if you n t have no experience in hardware or laptops so it of not easy to locate the fault.
    As jmatthews says you can try to check the Blue error screen. If you google around you will find also information about this error massage.

  • Application of computer Virtual Image precompiled App development database: start of the CBD fails with ORA-12514

    Hello

    I have a few questions about the pre built Database App Development VM image.

    I am trying to use it to familiarize myself with Oracle 12 c and would like to receive feedback on the following points:

    1. When you open a terminal session and then trying to connect as the sysdba, it automatically connects me to the ORCL PDB. How does this happen? I have just a sqlplus/nolog followed normal con sys/oracle as a sysdba. My ORACLE_SID is set to cdb1. Thank you I can change session at the root, etc. - my query is how by default does me to the ORCL PDB?
    2. If I connect to the container root of the CBD, namely sqlplus sys/oralce@cdb1 and then issue an immediate halt, the CBD closes down, but in the process gives an ORA-12514 error - after that I am unable to start CDB, as shows the ORA-12514 error when I try to sys/oracle@cdb1 conn - TNS:Listener is not currently of service requested in connect appears.

    For directions to the two above would be appreciated.

    Thank you, Mohan

    All,

    Well, I have fixed it for myself.

    TWO_TASK env var has been ORCL beforehand to be close the CDB.

    Disabling then close the container and restarting it fixed my error ORA-12514.

    Kind regards

    Mohan

  • ORA-1092 marked during: ALTER DATABASE OPEN...

    Oracle 11.2.0.1

    Running in noarchive mode - so no backup. This is a new test database.

    The database was working fine. I used SQL Developer 'data copy' to bring objects of production database for test. The program ran for hours and never finished. So I clicked on the button "Cancel". And "the copy database" program closed cleanly.

    I was able to connect to the database, but when I tried to create a db link it hung. So I made an immediate halt and the database closed properly.

    But when I tried to put the database in the rear seat... that's when the problem started.

    SQL> startup
    ORACLE instance started.
    
    Total System Global Area 1.3495E+10 bytes
    Fixed Size                  2218032 bytes
    Variable Size            6845106128 bytes
    Database Buffers         6576668672 bytes
    Redo Buffers               71471104 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00704: bootstrap process failure
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00942: table or view does not exist
    Process ID: 5555
    Session ID: 191 Serial number: 3
    
    SQL> shutdown immediate
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    
    

    Here's what's in the newspaper of the alerts:

    <msg time='2014-11-07T07:30:05.326-08:00' org_id='oracle' comp_id='rdbms'
     msg_id='opiexe:3056:2780954927' client_id='' type='NOTIFICATION'
     group='admin_ddl' level='16' host_id='dub-ImrORA2.americas.epicor.net'
     host_addr='10.20.0.88' module='[email protected] (TNS V1-' pid='5555'>
     <txt>ORA-1092 signalled during: ALTER DATABASE OPEN...
     </txt>
    </msg>
    <msg time='2014-11-07T07:30:05.343-08:00' org_id='oracle' comp_id='rdbms'
     client_id='' type='UNKNOWN' level='16'
     host_id='dub-ImrORA2.americas.epicor.net' host_addr='10.20.0.88' module='[email protected] (TNS V1-'
     pid='5555'>
     <txt>opiodr aborting process unknown ospid (5555) as a result of ORA-1092
     </txt>
    </msg>
    <msg time='2014-11-07T07:30:06.531-08:00' org_id='oracle' comp_id='rdbms'
     type='UNKNOWN' level='16' host_id='dub-ImrORA2.americas.epicor.net'
     host_addr='10.20.0.88' pid='5555'>
     <txt>ORA-1092 : opitsk aborting process
     </txt>
    </msg>
    
    

    Please tell me how to recover this database.

    It seems that you have corrupted objects "bootstrap", such as access$, which is necessary for the open operation. Only solution is to restore from a backup, or re-create DB.

  • ORA-16038, ORA-00354, ORA-00312 block header corrupt redo log

    Hi all

    I'm Ann. I'm not an Oracle DBA. Please bear with me. However, I have to accelerate to become a DBA during the time that the dedicated DBA is on maternity leave.
    As usual, we have the online site and test site.
    She gave me some notes about how to take care of the database of active and application (Oracle 10 g).
    But so far, I can't do a lot of command calls the site online because we have plenty of space for the server, also the biggest part of the task has been scripted. So, it can work automatically.

    However, the test database is not like that. There is not automatically restart scripts as in the live system.
    Recently I canont access to the test database. So I connect to the test server, find the folder that contains the Archive Log files is nearly 98%.
    So I remove some of the old dbf files (I did based on the Advisor to the Chief of this last time, it happened a long time ago)

    After clear some old files, make a df h the rate at 58%.
    However, the database is still not available (can't open I think)
    I connect to the database, making an immediate halt, but Hung Server.
    So, I ask a network engineer to restart the database server.
    Of course, the machine is stop so the database must be completed.
    After the machine restarts, I connect as sysdba but still cannot open the database.
    The error is as below



    Mounted database
    ORA-16038: log 1 sequence # 1013 cannot be archived
    ORA-00354: corrupted redo log block header
    ORA-00312: thread 1 1 online journal:
    *'/Data/oradata/barn/onlinelog/o1_mf_1_2658nhd4_.log'*
    ORA-00312: thread 1 1 online journal:
    *'/arclogs/oradata/BARNTEST/onlinelog/o1_mf_1_2658nhd4_.log'*

    I search and I get these
    ORA-16038, ORA-00354, ORA-00312 block header corrupt redo log

    + (http://arjudba.blogspot.co.nz/2008/05/ora-16038ora-00354ora-00312-corrupt.html) +.
    Error description:
    ------------------------
    Normal users could not connect to the database. He messaged ORA-00257: internal connection only up to this just released. When you try to archive the redo log, it returns the message.

    ORA-16038: log %s sequence # %s cannot be archived
    ORA-00354: corrupted redo log block header
    ORA-00312: ' %s % s: "%s '" thread online journal


    Explanation of the problem:
    -------------------------------
    Whenever the normal user tried to connect to the database returns the error as it is designed in

    ORA-00257. But you've noticed that there is enough space in the V$ RECOVERY_FILE_DEST. Whenever you look at alerts log, you will see the ORA-16038, ORA-00354, error ORA-00312 serial. Produced error as because it doesn't have archives online redolog due to an alteration in the online redo file.

    Solution of the problem:
    --------------------------------
    Step 1) while making your database running clearly non archived redo log.
    SQL > alter the clear database untarred logfile "logilename";

    What makes corruption disappear which causes the contents of the redo online deleted file.
    Step 2) make a full backup of the database

    Is my question here safe to apply the following steps:
    We have 2 logs online that cause the error, until I need to erase the 2 files.

    For step 2, how to make a backup with RMAN.
    Can you suggest a command line safe for me to use. (The EM console surrently do not work on the test database server)

    I really need that test database managed as my apps APEX run on this need to be exported to the live system.

    Really appreciate any help here, once again, it's an Oracle 10 g release 1.

    Kind regards

    Published by: Ann586341 on April 30, 2012 15:40

    Published by: Ann586341 on April 30, 2012 15:40

    Your problem is with redolog 1

    SQL > select * v log$;

    check the status of the Group 1 regardless of whether ACTIVE or INACTIVE.

    If it is INACTIVE, then run the command below

    SQL > ALTER DATABASE CLEAR NO ARCHIVED LOGFILE GROUP 1;

    then

    SQL > alter database open

    Published by: Vishwanath on April 30, 2012 10:11

  • Guard data converted database snapshot has failed?

    We do the practice of "capture instant DB" version 11.1.0.7 DG. We currently issue cannot BE changed.

    = procedures =.

    SQL * more: version 11.1.0.7.0 - Production Thu Aug 18 11:28:17 2011

    Copyright (c) 1982, 2008, Oracle. All rights reserved.

    Connect to an instance is idle.

    SQL > bootable media.
    ORACLE instance started.

    Total System Global Area 2087780352 bytes
    Bytes of size 2161272 fixed
    1795163528 variable size bytes
    251658240 of database buffers bytes
    Redo buffers 38797312 bytes
    Mounted database.


    SQL > alter database convert on the eve of the snapshot.

    Database altered.

    SQL > alter database open;
    change the database open
    *
    ERROR on line 1:
    ORA-01507: database not mounted

    After this command:

    alter database convert to snapshot standby;
    

    You don't 'open' data base.

    The command "Convert" let the database ensures in nomount mode.

    You must issue an "immediate halt".

    Then the tool upwards.

    Then this command:

    select database_role from v$database;
    

    Must return "instant Standby".

    You can then query v$ restore_point to see guaranteed restore point.

    Select name, guarantee_flashback_database from v$restore_point;
    

    "Flashback Database" must be enabled to do this.

    For more information, see:

    11g using snapshot of database pending. [443720.1 ID]

    Best regards

    mseberg

  • Oracle startup guidence reqd

    I am running Oracle 11 g on Windows 64 platform.

    1. I have stop the database with an immediate halt. And I had not stopped the Oracle services.
    2 then is stopped server.
    3. when I restarted the server, databases have increased is tht because without stopping the Oracle service. I want to be consistent there.

    3. when I restarted the server, databases have increased is tht because without stopping the Oracle service. I want to be consistent there.

    N ° when you installed Oracle, services (some of them) were created with the Automatic Startup Type. Which means they will start automatically whenever you restart the server.

    Even if you stopped the services manually, they start always until the next time that you restart the system.

    If you want to prevent this, you must change the Startup Type to manual.

  • Session refused to be killed

    Hello
    I have a serious problem with my session who refuses to be killed.
    I first issuing a delete statement to this session that used to take hours, so I decided to stop the process of going through another way. So I tried to canceled the process, but he refused. I have problem alter system kill session on this session, then I got a message like the process is killed, but is not to kill. I tried later to stop and restart the database with an immediate halt, not at all, after a few minutes, I got error user cancelled process. Something strange is that if you look in the session of $ v, the session does not appear, but no matter when you issue remove another on the same table, a lock apperas automatically, where you can see the blocking and blocked session. Please how can I ride of that old deletes the session to continue with the rest of my delete.
    Thank you

    Aman... wrote:
    Please kill the following processes and post comments later, what happened to the database

    oracle 8828 1 0 08:49 ? 00:00:00 oraclemoovprod (LOCAL=NO)
    oracle 9139 1 0 08:50 ? 00:00:00 oraclemoovprod (LOCAL=NO)
    oracle 9438 1 0 08:51 ? 00:00:00 oraclemoovprod (LOCAL=NO)
    oracle 10396 10359 0 08:54 ? 00:00:00 oraclemoovprod (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oracle 10762 1 0 08:55 ? 00:00:00 oraclemoovprod (LOCAL=NO)
    oracle 10954 1 0 08:56 ? 00:00:00 oraclemoovprod (LOCAL=NO)
    oracle 11559 1 0 08:58 ? 00:00:00 oraclemoovprod (LOCAL=NO)
    oracle 22093 22084 0 09:33 ? 00:00:00 oraclemoovprod (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    

    HTH
    Aman...

    We should not find ourselves first of all the correct process Id, rather than kill a couple of random connections?

    Select spid in process $ v where addr = (select paddr in session $ v where sid = and serial #= )

    The output can be compared to the 'ps - ef' list.
    Kill only the process id.
    Often a "kill - 9 'is required

    HTH,

    FJFranken
    My Blog: http://managingoracle.blogspot.com

  • SGA_TARGET and sga_max_size question above

    Hello
    Accidentally, I changed the values of the sga_target with great value than the sga_max_size and made an immediate halt.

    Now, when I am trying to raise the instance, it gives the error below.

    [oracle@linuxappdev bin] $. / / nolog sqlplus

    SQL * more: release 11.1.0.7.0 - Production on sea 19 may at 22:27:13 2010

    Copyright (c) 1982, 2008, Oracle. All rights reserved.

    SQL > conn sys as sysdba
    Enter the password:
    Connect to an instance is idle.
    SQL > startup
    ORA-00823: specified value greater than sga_max_size sga_target
    SQL >



    How can I put the Forum up?
    I am new to oracle, please help.

    Thank you
    RAM

    Edited by: user622616 May 19, 2010 19:50

    Yes you can. If you use spfile, create a pfile with current values...

    SQL> conn / as sysdba
    Connected to an idle instance.
    SQL> create pfile='c:\initora1.ora' from spfile;
    
    File created.
    

    Then edit the pfile, startup pfile = create spfile from pfile, rebound.

  • How can I stop my database

    Hi all

    I am new to Oracle and am bit stuck

    I built a database (such as a learning experience) using DBCA
    Using the same DBCA database configuration options: I now have the message that the database is still ongoing and should be stopped first.

    Try to connect to SQL * Plus does not work because "a stop is underway."
    So I connected with "sys as sysdba.

    As a sysdba, I tried Shutdown, immediate halt and shutdown abort
    No such quote orders because Oracle says: "ORA-01090: shutdown in progress - the connection is not allowed.

    What can I do to stop the database that I created?

    Thanks in advance

    Huh

    The judgment should always work. If this isn't the case, then you can always just kill the background process. What OS are you on?

  • HDMI causes the 'Blue screen' Crash Vista (64), Dump &amp; Halt

    Vista (64) 'Blue screen' Crash, Dump & Halt causes the HDMI

    I have a HP Pavilion dv9843cl Entertainment Notebook PC

    .. .and when I tried my HDMI it fails and does not hurt with a Vista (64) judgment of crash, dump and system 'blue screen '.

    Any ideas of what can be the cause?  .. .and even better, a solution?

    Greg

    Try the old driver 7.15.11.5665A. I solved my problem with the old driver.

  • I sent by email informing you that my computer crashed last month and now I'm ready to download the creative cloud again.  Please help me on this.  I have not used the program while paying for him.  hoping for your immediate answer on what to do. Peut

    I sent by email informing you that my computer crashed last month and now I'm ready to download the creative cloud again.  Please help me on this.  I have not used the program while paying for him.  hoping for your immediate answer on what to do. Can I download the free trial version and apply my account on it and fix it on your side?  Kindly get back to me as soon as possible because I need it for my school work and tasks.  Thank you.

    Uninstall anything cc which can be installed. »

    Restart your computer.

    clean a http://www.adobe.com/support/contact/cscleanertool.html

    Restart your computer

    install the cc desktop application, use of the desktop application cloud creative to manage your applications and services

Maybe you are looking for