initialization or shutdown in progress

Hi all

I use Oracle 10 g.
I get an error when connecting to Oracle datrabase.
as:
SQL * more: release 10.1.0.2.0 - Production on my Sep 26 15:18:05 2009

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

ERROR:
ORA-01033: ORACLE initialization or shutting

I look for the solution, I had like: alter database open;

I've connected to the database as: sysdba and run the command.

SQL > select status, database_status from v$ instance;

STATUS DATABASE_STATUS
------------ -----------------
ACTIVE RISE

SQL > select open_mode from v database $;

OPEN_MODE
----------
MOUNTED

But when I do alter database open; I get the error message like:

SQL > alter database open;
change the database open
*
ERROR on line 1:
ORA-01113: file 2 needs media recovery
ORA-01110: data file 2: ' C:\ORACLE\PRODUCT\10.1.0\ORADATA\CRSV6\UNDOTBS01. DB

that please?

Thank you

Hello

C:\ORACLE\PRODUCT\10.1.0\ORADATA\CRSV6\UNDOTBS01. DB

The recovery needs of files above, is the DB in log mode archive

run the commands by connecting as sysdba below

SQL > restore database;

SQL > alter database open;

Try these and let me know.

Concerning
Hari

Published by: hariharan.thyagarajan on September 26, 2009 15:41

Tags: Database

Similar Questions

  • ORA-01033: oracle initialization or shutdown in progress.

    I had a 10g oraclexe facility and had some apex in development applications in one of my pc.
    I had to format the hard drive for some reason, so what I did was saved simply to entire folders "app" and "oradata' in 'c:\oraclexe', on another hard drive.

    Then in another pc I just installed oracle xe (even 10g version) and just replaced "app" and "oradata' of the new facility at the old backup of files. (after data)
    I updated the host name in "c:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\listener.ora".

    Then the database restarted.

    I was able to connect to SYS as SYSDBA with the old password, but when I try to log in with the old user account.
    He tells *'ora-01033: oracle initialization or shutdown in progress. *

    I tried to allso with 'HR' acount, same result. Homepage also apex does not open.

    Recover the database

    His order of database, restores and restores a database at a given time or at the end of newspapers by progression.

    ALTER Database

    instruction to change, maintain or recover an existing database.

    Read
    docs.oracle.com/cd/B19306_01/server.102/b14200/statements_1004.htm

    Cause of the error:
    There is corruption of block in the tablespace.

    Mark this thread as a response.

  • ORACLE initialization or shutdown in progress

    Hello
    does anyone have an explanation or solution:
    sqlplus user/user@mydb
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Jun 29 14:08:33 2011
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    
    
    Enter user-name: user
    Enter password:
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> select status from v$instance;
    
    STATUS
    ------------
    OPEN

    What this query?

    SQL > select name, instance_name from v$ database v$ Instance;

    Register the listener, once more as below

    SQL > alter the registry system;

    reload the listener once and try again.

  • Of Oracle ORA-01033 initialization or shutdown in progress error

    Hi all

    I am using windows 7 on my 64-bit computer, and I installed the oracle 12 c database. Everything has been installed very well, and I was able to connect to the HR schema. However, the next day when I tried to connect, I had the Oracle ORA-01033 initialization or closing in progress error. What I've done wrong? and what can I do about it? Thank you very much for the help.

    Sorry I posted the reply #8 after reading the answer #6.

    I did not read the answer #7 until at the latest. Anyway, I was able to connect and what you said is correct.

    I ran the following command and was able to connect:

    ALTER DATABASE OPEN CONNECTABLE TO ALL;

    Thanks for all the help. This question is answered.

  • DB ERROR: ORA-01033: ORACLE initialization or shutdown in progress

    Hello

    I want to start the Oracle 11 g server, but I get this error message

    ERROR:
    ORA-01033: ORACLE initialization or shutting
    Process ID: 0
    Session IDs: serial number 0: 0

    Note:-My db was working fine, but after Windows Update and restarting the computer, I get this error


    I followed the previous thread that describes what it takes, but I am getting below error

    SQL * more: Production of the version 11.2.0.2.0 on Tue Jan 15 15:10:12 2013

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

    SQL > connect sys/admin123 have sysdba
    ERROR:
    ORA-28056: audit event log entry records Windows failed
    OSD-226114008: Message not found 226114008. product = RDBMS. installation = SOSD
    S/O-error: (OS 1502) the event log file is full.
    ORA-28056: audit event log entry records Windows failed
    OSD-226114008: Message not found 226114008. product = RDBMS. installation = SOSD
    S/O-error: (OS 1502) the event log file is full.


    SQL > shutdown immediate
    ORA-01012: not connected
    SQL > startup
    ORA-01012: not connected
    SQL > shutdown immediate
    ORA-01012: not connected
    SQL >

    can you please tell me what to do
    Thanks in advance

    Published by: gaelle Medlery on 15 January 2013 02:16

    Hello
    In the error message, it is clear that stop db is in progress. Must wait some time yet so that will end the shutdown process, then you can start. If you do not have the waiting time you reboot the machine so that once the server has been restarted, you can start your database.

    Kind regards
    Kishore

  • ORA-01033: ORACLE initialization or shutting / TAF

    Hi experts,

    I have the following environment:
    + 2 Linux Redhat  5.7 0n X86/64 named dwh and stb and Oracle 11.2.0.2,
    + Database on dwh is primary and on stb is standby
    the listener on dwh:
    ADR_BASE_LISTENER=/u00/app/oracle
    
    LISTENER =
        (ADDRESS_LIST =
            # for external procedure calls, create a separate listener
            # See basenv_user_guide.pdf for details (chapter of listener.ksh)
            (ADDRESS =
                (PROTOCOL = TCP)
                (Host = dwh )
                (Port = 1521)
            )
        )
    
    SID_LIST_LISTENER =
        (SID_LIST =
            (SID_DESC =
                # Next line is necessary for dataguard >= 10g
                (GLOBAL_DBNAME = strm_site1_DGMGRL)
                (SID_NAME      = STRM )
                (ORACLE_HOME   = /u01/app/oracle/product/11.2.0/db_1 )
            )
        )
    the service_name on dwh parameter:
    SQL> show parameter service
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    service_names                        string      STRM
    
    [oracle@dwh admin]$ lsnrctl status
    
    
    [oracle@dwh admin]$ lsnrctl status
    
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 14-SEP-2011 17:32:43
    
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=dwh)(Port=1521))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Start Date                14-SEP-2011 12:11:15
    Uptime                    0 days 5 hr. 21 min. 28 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dwh)(PORT=1521)))
    Services Summary...
    Service "STRMXDB" has 1 instance(s).
      Instance "STRM", status READY, has 1 handler(s) for this service...
    Service "strm" has 1 instance(s).
      Instance "STRM", status READY, has 1 handler(s) for this service...
    Service "strm_site1" has 1 instance(s).
      Instance "STRM", status READY, has 1 handler(s) for this service...
    Service "strm_site1_DGB" has 1 instance(s).
      Instance "STRM", status READY, has 1 handler(s) for this service...
    Service "strm_site1_DGMGRL" has 1 instance(s).
      Instance "STRM", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    the earpiece on the stb:
    [oracle@stb admin]$ cat listener.ora
    ADR_BASE_LISTENER=/u00/app/oracle
    
    LISTENER =
        (ADDRESS_LIST =
            # for external procedure calls, create a separate listener
            # See basenv_user_guide.pdf for details (chapter of listener.ksh)
            (ADDRESS = (PROTOCOL = TCP) (Host = stb ) (Port = 1521)
            )
        )
    
    SID_LIST_LISTENER =
            (SID_DESC =
                # Next line is necessary for dataguard >= 10g
                (GLOBAL_DBNAME = strm_site2_DGMGRL)
                (SID_NAME      = STRM )
                (ORACLE_HOME   = /u01/app/oracle/product/11.2.0/db_1 )
            )
        )
    the service_name on stb parameter:
    SQL> show parameter service
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    service_names                        string      STRM
    
    [oracle@stb admin]$ lsnrctl status
    
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 14-SEP-2011 17:37:23
    
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=stb)(Port=1521))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Start Date                14-SEP-2011 12:12:39
    Uptime                    0 days 5 hr. 24 min. 44 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=stb)(PORT=1521)))
    Services Summary...
    Service "strm" has 1 instance(s).
      Instance "STRM", status READY, has 1 handler(s) for this service...
    Service "strm_site2" has 1 instance(s).
      Instance "STRM", status READY, has 1 handler(s) for this service...
    Service "strm_site2_DGB" has 1 instance(s).
      Instance "STRM", status READY, has 1 handler(s) for this service...
    Service "strm_site2_DGMGRL" has 1 instance(s).
      Instance "STRM", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    My tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0.2/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    
    STRM=
     (DESCRIPTION= 
           (LOAD_BALANCE=on) 
           (FAILOVER=on) 
           (ADDRESS=(PROTOCOL=tcp)(HOST=dwh)(PORT=1521)) 
           (ADDRESS=(PROTOCOL=tcp)(HOST=stb)(PORT=1521)) 
                (CONNECT_DATA=
                    (SERVICE_NAME=strm)
                    (FAILOVER_MODE=(TYPE=select)(METHOD=basic))
                 )
      )
    
    STRM_SITE1 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = dwh)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = STRM_SITE1)
        )
      )
    
    STRM_SITE2 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = stb)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = STRM_SITE2)
        )
      )
    My problem:
    C:\Documents and Settings\thai>sqlplus scott/scott@STRM
    
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Sep 14 17:49:51 2011
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    Process ID: 0
    Session ID: 0 Serial number: 0
    Connection with
    sqlplus sys/****@STRM as sysdba
    does not raise any problem!

    What I did wrong? Help, please!

    concerning

    hqt200475

    Published by: hqt200475 on Sep 14, 2011 09:04

    If I understand the second part of the question, you can use DBMS_SERVICE to create an alias on both servers.

    Then according to the ROLE they are in you can just connect.

    First of all an entry should be added to the tnsnames.ora to client that uses a SERVICE_NAME instead of a SID.

    ernie =
     (DESCRIPTION =
        (ADDRESS_LIST =
           (ADDRESS = (PROTOCOL = TCP)(HOST = primary.host)(PORT = 1521))
           (ADDRESS = (PROTOCOL = TCP)(HOST = standby.host)(PORT = 1521))
           )
           (CONNECT_DATA =
           (SERVICE_NAME = ernie)
        )
     )
    

    Then, the "ernie" service must be manually created on the primary database.

    
    BEGIN
    
       DBMS_SERVICE.CREATE_SERVICE('ernie','ernie');
    
    END;
    /
    

    After creating the service must be started manually.

     BEGIN
    
       DBMS_SERVICE.START_SERVICE('ernie');
    
     END;
    

    Several of the default settings can now be set for "ernie".

    BEGIN
       DBMS_SERVICE.MODIFY_SERVICE
       ('ernie',
       FAILOVER_METHOD => 'BASIC',
       FAILOVER_TYPE => 'SELECT',
       FAILOVER_RETRIES => 200,
       FAILOVER_DELAY => 1);
    END;
    /
    

    Finally a trigger to START database should be created to ensure that this service is only available if the database is the main.

    CREATE TRIGGER CHECK_ERNIE_START AFTER STARTUP ON DATABASE
    DECLARE
     V_ROLE VARCHAR(30);
    BEGIN
     SELECT DATABASE_ROLE INTO V_ROLE FROM V$DATABASE;
     IF V_ROLE = 'PRIMARY' THEN
     DBMS_SERVICE.START_SERVICE('ernie');
     ELSE
     DBMS_SERVICE.STOP_SERVICE('ernie');
     END IF;
    END;
    /
    

    Check the status using lsnrctl status

    / home/oracle: > lsnrctl status

    "Ernie" service has 1 instance (s).

    Stone comes from the Oracle example, you can add anything you want, and then if you make a passage or failover, it is transparent to your users.

    See this for more details

    http://download.Oracle.com/docs/CD/E11882_01/AppDev.112/e16760/d_serv.htm

    Best regards

    mseberg

  • ORA-12505 error connecting to the schema of HR of Oracle 11 g local db, ORA-00600, ORA-01033

    Hello

    When I try to connect to the hr schema in SQL Developer with these credentials (host: localhost, port: 1521, SID: ORCL), it throws the error message.

    "" Status: failed - Test has failed: listener refused the connection with the following error: ORA-12505, TNS: listener does not currently know the SID ".



    When I try to connect through cmd, it throws this

    SQL * more: Production version 11.2.0.1.0 Mon Jan 11 17:09:47 2016

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

    Enter the user name: human resources

    Enter the password:

    ERROR:

    ORA-01033: ORACLE initialization or shutting

    Process ID: 0

    Session IDs: serial number 0: 0



    And here is the status of the listener


    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production January 11, 2016 16:04

    : 28

    Copyright (c) 1991, 2010, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    TNSLSNR for Windows 64-bit version: Version 11.2.0.1.0 - Prod

    ction

    Start date January 11, 2016 15:02:27

    Uptime 0 days 1 hour 2 minutes 5 seconds

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Listener parameter File D:\app\DKMOH\product\11.2.0\dbhome_1\network\admin\l

    istener.ora

    D:\app\dkmoh\diag\tnslsnr\DKMOH-PC\listener\alert\ log listener

    log. XML

    Summary of endpoints listening...

    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...

    The command completed successfully



    I went through this link fixed - ORA-01033: ORACLE initialization or shutdown in progress | IT Blogger Tips , where it says to change the status from the db to 'OPEN'.

    SQL > select status, database_status from v$ instance;

    STATUS DATABASE_STATUS

    ------------ -----------------

    ACTIVE RISE



    And then, when I run this query below, that's what I get.

    SQL > alter database open;

    change the database open

    *

    ERROR on line 1:

    ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1],

    [[507], [56509], [56515] [] [], [], [], [], []]



    I'm totally lost here. Any help would be appreciated.

    Thank you

    Hello

    This issue seems to be with the redo log.

    SQL > bootable media.

    SQL > show parameter control_files

    Query 1

    ------------

    SQL > select a.member, a.group #, b.status v$ logfile a, v$ log b where a.group #= b.group # and b.status = 'CURRENT';

    Note the name of the redo log

    SQL > the judgment;

    Take a backup of the controlfile operating system level (this is to ensure that we have a copy backup of the current state of the controlfile)

    SQL > bootable media.

    SQL > restore database using backup controlfile until cancel;

    Enter the location of the log to roll forward as recent on demand 1 when you are prompted for the recovery of

    Press enter

    SQL > Alter database open resetlogs;

    Thank you

  • After a passage to the we modify the tnsnames address list or y at - it another option using TAF

    We have work on Oracle running on Oracle Linux 6.7 11.2.0.3.   We have the only non rac primary and secondary instance unique instance no cars. We have installation Application transparent failure (TAF) that works very well, we have created service, the triggers for changes of role and configuring the listener.  We have after tns

    TAFTEST =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (FAILOVER = ON)

    (LOAD_BALANCE = OFF)

    (ADDRESS = (PROTOCOL = TCP)(HOST = taf.one.us) (PORT = 1521))

    (ADDRESS = (PROTOCOL = TCP)(HOST = taf.two.us) (PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = TAFTESTSERVICE)

    )

    )

    TAF - one is the main stream.  everything is good.  We do a failover and TAF does its job.  Select continue, sessions already open before the work of swtichover very well subsequently without errors.

    However, no meeting again fails with ORA-01033: ORACLE initialization or shutdown in progress since the taf-one-us is now not the day before the main.  If I manually modify the AMT so that taf - two.us is first then it works fine as it is now the main.

    We tried (LOAD_BALANCE = ON) 1/2, but by the time we get the same error since it randomly chooses the standby address.

    is this what we can add to the entrance of the AMT so that if the address of the 1st operation fails, it takes the second.  understanding is that it is the default behavior, but it doesn't work like that.   We do something wrong?  We followed the code in Re: TAF on 11g DataGuard with FSFO

    I think I found the cause and solution.

    After some research (for example https://docs.oracle.com/cd/B28359_01/server.111/b28294/role_management.htm), I found that there was an additional trigger.  Failovers undergo a transition of role. Therefore, a relaxation on the role changes to start and stop the service as needed.

    The following trigger

    create trigger WHENROLECHANGE after DB_ROLE_CHANGE ON DATABASE
    declare
    v_role varchar (30);
    Start
    Select database_role in the v_role of the v database $;
    If v_role = "PRIMARY" then
    DBMS_SERVICE. START_SERVICE ('drrpt');
    on the other
    DBMS_SERVICE. STOP_SERVICE ('drrpt');
    end if;
    end;
    /

    now makes the configuration of the work.  Selects existing continues to work to pick up where they were on the other server, existing connections continue to meet, and new connections go to the correct server without getting an error.  When we make him switch to return chooses to continue to work and new connections to connect to the appropriate server.

    Note that this is usually done for logical standby, but we need for physical too checksection 8.2.1 perform a failover of a physical database from the previous day

    Step 4 Verify that the goal of the digital switchover is ready to be switched to the primary role.

    Step 5 place yourself in the role of physical standby database target the main role.

    Run the following SQL statement on the basis of Eve physical target:

    SQL> ALTER DATABASE COMMIT TO SWITCHOVER TO PRIMARY WITH SESSION SHUTDOWN;
    

    6. open the new primary database.

    SQL> ALTER DATABASE OPEN;
    

    Step 7 Start repeat if applied on the new information physical standby database.

    Note that there no restart of the previous day, triggering of start on not be triggered.  had he been restarted while this would have worked, since it was not we need the additional trigger for the role to change.

    Thank you all for your efforts and work.

  • Accidentally deleted files to DBF

    Hello

    I have installed Oracle 11 g in my laptop for convenient use. (Operating system is windows7).

    I accidentally deleted a file DBF (which has been created by me - file name is VIJI. (DBF). Now, when I connect to the database, I get error like
     ORA-01033: ORACLE initialization or shutdown in progress
     Process ID :0
     Session ID: 0 Serial number:0
    After that, I executed under orders from SQl * more
      conn SYS as SYSDBA
      Password : *******
    
      SQL> SHUTDOWN IMMEDIATE;
               ORA-01109: database not open
    
    Database dismounted.
    ORACLE instance shut down.
    
    -- After that I've excuted STARTUP command
    
    SQL> STARTUP;
    ORACLE instance started.
    
    Total System Global Area---
    ----------------------
    ---------------------
    Database mounted.
    
    ORA-01157: cannot identify/lock data file 6 - see DBWR trace file
    ORA-01110: data file 6: 'C:\VIJI.DBF'
    Please help me solve this problem.

    Thank you much for the help. Kindly let me know if you need additional information.

    See you soon,.
    Suri

    your database is not in log mode archive. That's why you get this error. in order to open your database to make the next step

    1. startup mount

    2. change the drop database datafile offline 6;

    3. change the database open

  • Problem with localhost:1158 / em

    Hi all
    I posted a problem before, but it was fixed in part to deal with another:
    When I try to navigate to localhost:1158 / em the browser will not display anything, but wonder if I want to save a file named (em)

    It is the production of services lsnrctle

    When I published lsnrctl then the output has been
    [15: 33:41 ~] $ lsnrctl services

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 25-AUG-2011 15:42:48

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

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521)))
    Summary of services...
    Service "orcl" has 1 instance (s).
    Instance "orcl", State LOAN, has 1 operation for this service...
    Managers:
    "DEDICATED" implemented: 26 refused: 0 status: ready
    LOCAL SERVER
    Service 'orclXDB' has 1 instance (s).
    Instance "orcl", State LOAN, has 1 operation for this service...
    Managers:
    "D000" put in place: 0 denied: current: 0 0 max: 1022 State: loan
    DISPATCHER < machine: localhost.localdomain, pid: 17654 >
    (ADDRESS = (PROTOCOL = tcp (PORT = 24414))(HOST=localhost))
    The command completed successfully

    WHAT IS the orclXDB?

    and here is the content of emagent.trc, WHICH has a large NUMBER of ERRORS

    2011-09-25 14:45:31, 628 WARN Thread-3036149440 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 14:45:31, 628 ERROR Thread-3036149440 pingManager: nmepm_pingReposURL: unable to connect to https://localhost.localdomain:1158/em/upload /: retStatus =-1
    2011-09-25 14:45:31, handmade wire-3036149440 WARN 628: clear the State of the collection due to the difference of OMS_version
    2011-09-25 14:45:31, control of wire-3036149440 WARN 640: subsystem Job Timeout set to 600 seconds
    2011-09-25 14:45:31, 716 upload Thread-3036149440 WARN: Download Manager has no script default: disabled
    2011-09-25 14:45:31, 872 metadata Thread-3036149440 WARN: metric VirtualHosts has no data columns
    2011-09-25 14:45:32, 273 metadata WARN Thread-3036149440: metric hung_system_traces isn't the data columns
    2011-09-25 14:45:32, 614 Thread-2988432240 ERROR: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:32, 614 Thread-2994731888 ERROR: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:32, 614 Thread-2991582064 ERROR: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:32, 614 Thread-2985282416 ERROR: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:32, 657 TargetManager wire-2991582064 ALERT: query returned 0 rows (one expected) for the property Dynamics from_cluster
    2011-09-25 14:45:32, 657 ERROR Thread-2991582064: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:32, 839 ERROR Thread-2991582064: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:32, 840 ERROR Thread-2991582064: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:32, 948 ERROR-Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:32, 950 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:32, 952 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:32, 964 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:32, 965 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:32, 968 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 078 ERROR Thread-2991582064: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 110 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 117 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 156 ERROR Thread-2991582064: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 220 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 297 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 313 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 376 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 381 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 387 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 456 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 463 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 465 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 677 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 682 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:33, 697 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:34, 138 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:34, 148 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:34, 525 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:34, 745 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 14:45:34, 804 TargetManager wire-3036149440 ALERT: regenerate all the metadata
    2011-09-25 14:45:34, 872 upload Thread-3036149440 WARN: truncate the value of 'SHORT_NAME' of "Synchronous monobloc read average latency (ms)" to "one-piece synchronous way to read the.
    2011-09-25 14:45:34, 872 upload Thread-3036149440 WARN: truncate the value of 'SHORT_NAME' of "Synchronous monobloc read average latency (ms)" to "one-piece synchronous way to read the.
    2011-09-25 14:45:34, 970 upload Thread-3036149440 WARN: truncate the value of 'COLUMN_LABEL' to the 'Total number of messages processed by queue per subscriber and per minute in the last interval"to" Total messages processed by queue per subscriber and per minute in.
    2011-09-25 14:45:34, 970 upload Thread-3036149440 WARN: truncating value of "COLUMN_LABEL" of the "Total number of messages received by queue per subscriber and per minute in the last interval" to "Total number of messages received by queue per subscriber per minute t."
    2011-09-25 14:45:34, 970 upload Thread-3036149440 WARN: truncate the value of 'COLUMN_LABEL' of 'Messages processed by queue (%) per subscriber and per minute in the last interval' for ' the Messages processed by queue (%) per subscriber and per minute in th.
    2011-09-25 14:45:34, 970 upload Thread-3036149440 WARN: truncating value of 'COLUMN_LABEL' of "The age of the first message in the persistent queue by Subscriber (seconds)" to "Age of the first message in the queue persistent subscriber (s).
    2011-09-25 14:45:34, 970 upload Thread-3036149440 WARN: truncate the value of 'COLUMN_LABEL' of 'Age of the first message in the queue in the buffer by queue (in seconds)' to 'Age of the first message in the queue in the buffer by queue (second. "
    2011-09-25 14:45:35, collector of wire-3036149440 WARN 711: the first_message_age of name of column in this condition does not exist in metric aq_msgs_persistentq_per_subscriber
    2011-09-25 14:45:35, collector of wire-3036149440 WARN 713: regenerate all DefaultColls
    2011-09-25 14:45:35, wire-3036149440 WARN 773 collector: the first_message_age of name of column in this condition does not exist in metric aq_msgs_persistentq_per_subscriber
    2011-09-25 14:45:35, 852 WARN Thread-2991582064 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 14:45:35, 852 ERROR Thread-2991582064 pingManager: nmepm_pingReposURL: unable to connect to https://localhost.localdomain:1158/em/upload /: retStatus =-1
    2011-09-25 14:45:35, 853 WARN Thread-2991582064 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 14:45:35, 853 ERROR Thread-2991582064 pingManager: nmepm_pingReposURL: unable to connect to https://localhost.localdomain:1158/em/upload /: retStatus =-1
    2011-09-25 14:45:36, 641 WARN Thread-3020942192 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 14:45:36, 641 command ERROR Thread-3020942192: nmejcn: failed to connect to https://localhost.localdomain:1158/em/upload http /: retStatus =-1
    2011-09-25 14:45:38, 641 WARN Thread-3020942192 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 14:45:38, 641 command ERROR Thread-3020942192: nmejcn: failed to connect to https://localhost.localdomain:1158/em/upload http /: retStatus =-1
    2011-09-25 14:46:06, 903 ERROR Thread-2985282416 recvlets: Recvlet AQMetrics reported invalid column for orcl oracle_database instance_efficiency pxdwngrd99_ps
    2011-09-25 14:46:06, 903 recvlets.aq wire-2985282416 ERROR: failure-(1) clear gravity on [instance_efficiency.pxdwngrd99_ps] for oracle_database orcl
    2011-09-25 14:46:07, 214 recvlets.aq wire-2985282416 to WARN: no matches recorded type of alert for instance_efficiency.pxdwngrd_ps
    2011-09-25 14:46:07, 214 recvlets.aq wire-2985282416 to WARN: no matches recorded type of alert for instance_efficiency.pxdwngrdserial_pt
    2011-09-25 14:46:07, 219 recvlets.aq wire-2985282416 to WARN: no matches recorded type of alert for wait_bottlenecks.userio_wait_cnt
    2011-09-25 14:46:07, 219 recvlets.aq wire-2985282416 to WARN: no matches recorded type of alert for wait_bottlenecks.other_wait_cnt
    2011-09-25 14:54:59, 906 fetchlets.os wire-3020942192 ERROR: process stderr = em_error = number of arguments passed invalid

    2011-09-25 14:54:59, 907 ERROR Thread-3020942192 engine: [orcl, oracle_database, pwd_expiry]: nmeegd_GetMetricData failed: em_error = number of arguments passed invalid

    2011-09-25 14:54:59, collector of wire-3020942192 WARN 907: < nmecmc.c > output error. Error message: em_error = number of arguments passed invalid
    2011-09-25 14:55:34, 654 ERROR Thread-3004156784 engine: [host, localhost.localdomain, Filesystems]: nmeegd_GetMetricData failed: result has repeat the key value:
    2011-09-25 14:55:34, collector of wire-3004156784 WARN 655: < nmecmc.c > output error. Error message: result has repeated the key value:
    2011-09-25 15:03:03, 933 vpxoci wire-2985282416 ERROR: error on dequeue of SYS. ALERT_QUE: ORA-03113: end of file on communication channel
    Process ID: 11985
    Session ID: 192 serial number: 3731
    2011-09-25 15:03:04, 933 vpxoci wire-2985282416 ERROR: error on dequeue of SYS. ALERT_QUE: ORA-03114: not connected to ORACLE
    2011-09-25 15:03:04, 971 vpxoci thread-2985282416 ALERT: OCI error - ErrorCode (12505): ORA-12505: TNS:listener is not currently of SID given in connect descriptor

    SQL = "OCIServerAttach '...
    LOGIN = dbsnmp / < PW > @(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521)) (CONNECT_DATA = (SID = orcl)))
    2011-09-25 15:03:04, 971 vpxoci thread-2985282416 ERROR: ORA-12505: TNS:listener is not currently of SID given in connect descriptor
    2011-09-25 15:03:04, 971 recvlets.aq thread-2985282416 WARNING: [oracle_database orcl] failed connection: ORA-12505: TNS:listener is not currently of SID given in connect descriptor
    2011-09-25 15:03:11, wire-3020942192 WARN 008 upload: FxferSend: receipt error http header of the repository: https://localhost.localdomain:1158/em/upload /.
    ERROR-400 | Listener refused the connection with the following error:
    ORA-12528, TNS:listener: all appropriate instances are blocking new connections
    Used by the client connect descriptor was:
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = orcl)))

    2011-09-25 15:03:11, 009 upload Thread-3020942192 ERROR: cannot download the file B0000026.xml: HTTP error.
    Response: ERROR-400 | Listener refused the connection with the following error:
    ORA-12528, TNS:listener: all appropriate instances are blocking new connections
    Used by the client connect descriptor was:
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = orcl)))

    2011-09-25 15:03:11, 112 download WARN Thread-3020942192: FxferSend: receipt error http header of the repository: https://localhost.localdomain:1158/em/upload /.
    ERROR-400 | Listener refused the connection with the following error:
    ORA-12528, TNS:listener: all appropriate instances are blocking new connections
    Used by the client connect descriptor was:
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = orcl)))

    2011-09-25 15:03:11, 112 upload Thread-3020942192 ERROR: cannot download the file B0000026.xml: HTTP error.
    Response: ERROR-400 | Listener refused the connection with the following error:
    ORA-12528, TNS:listener: all appropriate instances are blocking new connections
    Used by the client connect descriptor was:
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = orcl)))

    2011-09-25 15:03:11, upload of wire-3020942192 WARN 214: FxferSend: receipt error http header of the repository: https://localhost.localdomain:1158/em/upload /.
    ERROR-400 | Listener refused the connection with the following error:
    ORA-12528, TNS:listener: all appropriate instances are blocking new connections
    Used by the client connect descriptor was:
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = orcl)))

    2011-09-25 15:03:11, 215 upload Thread-3020942192 ERROR: cannot download the file B0000026.xml: HTTP error.
    Response: ERROR-400 | Listener refused the connection with the following error:
    ORA-12528, TNS:listener: all appropriate instances are blocking new connections
    Used by the client connect descriptor was:
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = orcl)))

    2011-09-25 15:03:11, 215 Thread-3020942192 ERROR upload: 3 failures in a row or an error XML for B0000026.xml, retcode = - 2, we give up
    2011-09-25 15:03:19, 248 vpxoci wire-3020942192 ERROR: ORA-03113: end of file on communication channel
    2011-09-25 15:10:35, engine wire-2991582064 ERROR 002: [host, localhost.localdomain, Filesystems]: nmeegd_GetMetricData failed: result has repeated the key value:
    2011-09-25 15:10:35, collector of wire-2991582064 WARN 002: < nmecmc.c > output error. Error message: result has repeated the key value:
    2011-09-25 15:25:35, 033 ERROR Thread-3020942192 engine: [host, localhost.localdomain, Filesystems]: nmeegd_GetMetricData failed: result has repeat the key value:
    2011-09-25 15:25:35, collector of wire-3020942192 WARN 033: < nmecmc.c > output error. Error message: result has repeated the key value:
    2011-09-25 15:33:30, 325 vpxoci wire-2985282416 ERROR: error on dequeue of SYS. ALERT_QUE: ORA-03113: end of file on communication channel
    Process ID: 15239
    Session ID: 192 serial number: 24
    2011-09-25 15:33:31, 326 vpxoci wire-2985282416 ERROR: error on dequeue of SYS. ALERT_QUE: ORA-03114: not connected to ORACLE
    2011-09-25 15:33:31, 435 vpxoci wire-2985282416 ALERT: OCI error - ErrorCode (12505): ORA-12505: TNS:listener is not currently of SID given in connect descriptor

    SQL = "OCIServerAttach '...
    LOGIN = dbsnmp / < PW > @(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521)) (CONNECT_DATA = (SID = orcl)))
    2011-09-25 15:33:31, 435 vpxoci wire-2985282416 ERROR: ORA-12505: TNS:listener is not currently of SID given in connect descriptor
    2011-09-25 15:33:31, 435 recvlets.aq wire-2985282416 WARNING: [oracle_database orcl] failed connection: ORA-12505: TNS:listener is not currently of SID given in connect descriptor
    2011-09-25 15:33:40, 624 vpxoci wire-2991582064 ALERT: OCI error - ErrorCode (1033): ORA-01033: ORACLE initialization or shutdown in progress

    SQL = "OCISessionGet '...
    LOGIN = dbsnmp / < PW > @(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521)) (CONNECT_DATA = (SID = orcl)))
    2011-09-25 15:33:40, 624 vpxoci wire-2991582064 ERROR: ORA-01033: ORACLE initialization or shutdown in progress
    2011-09-25 15:33:40, 624 vpxoci wire-2991582064 WARNING: failed to connect 0xb29567d0, error = ORA-01033: ORACLE initialization or shutdown in progress
    2011-09-25 15:33:40, 624 ERROR Thread-2991582064 engine: [orcl, oracle_database, DeferredTrans]: nmeegd_GetMetricData failed: ORA-01033: ORACLE initialization or shutdown in progress

    2011-09-25 15:33:40, collector of wire-2991582064 WARN 624: < nmecmc.c > output error. Error message: ORA-01033: ORACLE initialization or shutdown in progress
    2011-09-25 15:33:40, 781 upload WARN Thread-3020942192: FxferSend: receipt error http header of the repository: https://localhost.localdomain:1158/em/upload /.
    ERROR-400 | ORA-01033: ORACLE initialization or shutting

    2011-09-25 15:33:40, 781 upload Thread-3020942192 ERROR: cannot download the file B0000037.xml: HTTP error.
    Response: ERROR-400 | ORA-01033: ORACLE initialization or shutting

    2011-09-25 15:33:40, 924 upload WARN Thread-3020942192: FxferSend: receipt error http header of the repository: https://localhost.localdomain:1158/em/upload /.
    ERROR-400 | ORA-01033: ORACLE initialization or shutting

    2011-09-25 15:33:40, 924 upload Thread-3020942192 ERROR: cannot download the file B0000037.xml: HTTP error.
    Response: ERROR-400 | ORA-01033: ORACLE initialization or shutting

    2011-09-25 15:33:41, 095 download WARN Thread-3020942192: FxferSend: receipt error http header of the repository: https://localhost.localdomain:1158/em/upload /.
    ERROR-400 | ORA-01033: ORACLE initialization or shutting

    2011-09-25 15:33:41, 096 upload Thread-3020942192 ERROR: cannot download the file B0000037.xml: HTTP error.
    Response: ERROR-400 | ORA-01033: ORACLE initialization or shutting

    2011-09-25 15:33:41, 096 Thread-3020942192 ERROR upload: 3 failures in a row or an error XML for B0000037.xml, retcode = - 2, we give up
    2011-09-25 15:40:34, 416 ERROR Thread-3020942192 engine: [host, localhost.localdomain, Filesystems]: nmeegd_GetMetricData failed: result has repeat the key value:
    2011-09-25 15:40:34, collector of wire-3020942192 WARN 416: < nmecmc.c > output error. Error message: result has repeated the key value:
    2011-09-25 15:46:17, 941 recvlets.aq wire-2985282416 WARNING: double threshold key instance_throughput.logons_ps. for [oracle_database orcl]
    2011-09-25 15:54:43, 101 WARN Thread-3035982288 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 15:54:43, 110 ERROR Thread-3035982288 pingManager: nmepm_pingReposURL: unable to connect to https://localhost.localdomain:1158/em/upload /: retStatus =-1
    2011-09-25 15:54:43, control of wire-3035982288 WARN 419: subsystem Job Timeout set to 600 seconds
    2011-09-25 15:54:43, 574 upload Thread-3035982288 WARN: Download Manager has no script default: disabled
    2011-09-25 15:54:43, 706 metadata Thread-3035982288 WARN: metric VirtualHosts has no data columns
    2011-09-25 15:54:43, 896 metadata WARN Thread-3035982288: metric hung_system_traces isn't the data columns
    2011-09-25 15:54:44, 406 ERROR Thread-2994731888: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:44, 406 ERROR Thread-2991582064: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:44, 406 ERROR Thread-2988432240: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:44, 406 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:44, 445 TargetManager wire-2991582064 ALERT: query returned 0 rows (one expected) for the property Dynamics from_cluster
    2011-09-25 15:54:44, 445 ERROR Thread-2991582064: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:44, 796 ERROR Thread-2991582064: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:44, 796 ERROR Thread-2991582064: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:45, 110 ERROR Thread-2991582064: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:45, 511 ERROR Thread-2991582064: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:45, 615 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:45, 619 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:45, 622 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:45, 644 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:45, 645 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:45, 647 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:45, 749 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:45, 778 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:45, 923 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:46, 012 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:46, 030 wire-2985282416 ERROR: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:46, 102 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:46, 109 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:46, 117 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:46, 517 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:46, 529 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:46, 536 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:46, 755 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:46, 761 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:46, 946 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:47, 488 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:47, 531 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:48, 050 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:48, 276 ERROR Thread-2985282416: (nmecmgr.c, 3230): Memory 0x0 met, wait struct_id = 11011
    2011-09-25 15:54:48, wire-3035982288 WARN 585 collector: the first_message_age of name of column in this condition does not exist in metric aq_msgs_persistentq_per_subscriber
    2011-09-25 15:54:48, wire-3035982288 WARN 588 collector: the first_message_age of name of column in this condition does not exist in metric aq_msgs_persistentq_per_subscriber
    2011-09-25 15:54:49, collector of wire-3035982288 WARN 055: the first_message_age of name of column in this condition does not exist in metric aq_msgs_persistentq_per_subscriber
    2011-09-25 15:54:49, 116 WARN Thread-3006253936 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 15:54:49, 116 ERROR Thread-3006253936 pingManager: nmepm_pingReposURL: unable to connect to https://localhost.localdomain:1158/em/upload /: retStatus =-1
    2011-09-25 15:54:49, 118 WARN Thread-3006253936 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 15:54:49, 118 ERROR Thread-3006253936 pingManager: nmepm_pingReposURL: unable to connect to https://localhost.localdomain:1158/em/upload /: retStatus =-1
    2011-09-25 15:54:49, 422 WARN Thread-3020942192 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 15:54:49, 422 command ERROR Thread-3020942192: nmejcn: failed to connect to https://localhost.localdomain:1158/em/upload http /: retStatus =-1
    2011-09-25 15:54:51, 402 recvlets.aq wire-2985282416 to WARN: no matches recorded type of alert for instance_efficiency.pxdwngrd_ps
    2011-09-25 15:54:51, 403 recvlets.aq wire-2985282416 to WARN: no matches recorded type of alert for instance_efficiency.pxdwngrdserial_pt
    2011-09-25 15:54:51, 407 recvlets.aq wire-2985282416 to WARN: no matches recorded type of alert for wait_bottlenecks.userio_wait_cnt
    2011-09-25 15:54:51, 407 recvlets.aq wire-2985282416 to WARN: no matches recorded type of alert for wait_bottlenecks.other_wait_cnt
    2011-09-25 15:54:51, 422 WARN Thread-3020942192 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 15:54:51, 422 command ERROR Thread-3020942192: nmejcn: failed to connect to https://localhost.localdomain:1158/em/upload http /: retStatus =-1


    and this came from emdctl.trc


    2011-09-25 14:45:09, 618 WARN Thread-3034875584 http: nmehl_connect_internal: connection failed (localhost.localdomain:3938): Connection refused (error = 111)
    2011-09-25 14:45:09, 618 hand wire-3034875584 ERROR: nmectla_agentctl: error connecting to the http://localhost.localdomain:3938/emd/main. Returns the code of State 1
    2011-09-25 14:45:34, 914 WARN Thread-3036341952 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 14:45:36, 936 WARN Thread-3035838144 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 14:45:38, 957 WARN Thread-3034412736 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 15:54:45, 485 WARN Thread-3034401232 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 15:54:47, 531 WARN Thread-3035138512 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 15:54:49, 552 WARN Thread-3034442192 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)
    2011-09-25 15:54:51, 574 WARN Thread-3034712528 http: nmehl_connect_internal: connection failed (localhost.localdomain:1158): Connection refused (error = 111)

    When I try to navigate to localhost:1158 / em the browser will not display anything, but wonder if I want to save a file named (em)

    https://localhost:1158 / em

  • Control of the status/OS-level database connectivity (* nix)

    Hi all

    What is the most complete of the singular* check to monitor the status "running" and "connectivity" of an ORACLE database on a Unix-like platform?

    Checks the State of SMON ps - ef | grep smon confirm these two statements:
    (1) database is running. and,
    (2) can be connected locally using sqlplus

    Or requires separate at the OS level controls? If so, which?

    See you soon.
    Does checking the status of SMON ps -ef | grep smon confirm both statements:
    1) Database is running; and,
    2) Can be locally connected using sqlplus
    

    If smon is running, my minimum hypothesis will be... database is started in nomount State.

    SQL> conn santu/santu
    Connected.
    SQL> conn /as sysdba
    Connected.
    SQL> shu immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup nomount
    ORACLE instance started.
    
    Total System Global Area 1073741824 bytes
    Fixed Size                  2034376 bytes
    Variable Size             264246584 bytes
    Database Buffers          801112064 bytes
    Redo Buffers                6348800 bytes
    SQL> !ps -ef|grep smon
      ora10g 23625 23587   0 09:31:06 pts/1       0:00 /bin/sh -c ps -ef|grep smon
      ora10g 23626 23625   0 09:31:06 pts/1       0:00 grep smon
      *ora10g 23615     1   0 09:30:46 ?           0:00 ora_smon_rtest*
    
    SQL> conn santu/santu
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    
    Warning: You are no longer connected to ORACLE.
    

    Kind regards
    S.K.

  • How do to log into oracle 10g data guard

    I get the error message like "oracle initialization or shutdown in progress"

    Appreciate any help...

    MRP is run the recovery process and LNs is write network-server log.

    Yes, they have done...

  • physical configuration ensures on grid

    I have a physical standby I need to configure. Primary works fine but when I try to access the day before, it says that it is not configured. I click on the configuration button and it takes me to the Setup page of db (where it shows the configuration of the db and requires the general password). I can give him the password, but when I test the connection I get the following error:

    java.sql.SQLException: ORA-01033: ORACLE initialization or shutdown in progress

    I guess that's because a physical standby lets users connect to the database. My question is - how to leave grid it monitor if it can't connect?

    The databases are 10.2.0.4 and installation of the grid is 10.2.0.5.

    You set up a database of pending, you must user user SYS instead of DBSNMP
    So first switch the role to SYSDBA and then enter the user SYS and the password
    A the standby database is not mounted to allow queries on it, which is the reason DBSNMP user will not have access to it.

    Concerning
    Rob

  • Unable to connect to the database because the log file is deleted

    Greetings,
    Recently I cleaned a bit unnecessary files on my PC and did not know that an oracle log file has been deleted. That's why when I try to connect to the database I get the following error:

    ORA-01033: ORACLE initialization or shutting

    Plu SQL, I try closing and start up the database I know what type of file that has been deleted. So, how can I solve the problem?

    Kind regards
    Valerie
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 18 11:46:46 2009
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    SQL> startup
    ORA-01031: insufficient privileges
    SQL> connect firefly
    Enter password:
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    
    
    SQL> connect sys/manager as sysdba
    Connected.
    SQL> shutdown immediate;
    ORA-01109: database not open
    
    
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    
    Total System Global Area  146800640 bytes
    Fixed Size                  1286220 bytes
    Variable Size              92278708 bytes
    Database Buffers           50331648 bytes
    Redo Buffers                2904064 bytes
    Database mounted.
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1:
    'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    
    
    SQL>

    You must enable ARCHIVELOG mode and use the backup provided to make (or calendar) Script backups of a database of the XE.

    http://download.Oracle.com/docs/CD/B25329_01/doc/admin.102/b25107/backrest.htm#i1004902

    As you have not a
    Directory 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE', you can check to see if the backup was created here!

    Hemant K Collette

    Published by: Hemant K grapple on September 18, 2009 19:00

  • Restoration of media folder 1

    Hello Forum Oracle; I ORA-01033: initialization of Oracle or shutdown in progress and ORA-01113: file 1 needs recovery media errors, I have
    tried using the recovery without result Manager, I got nothing after a long wait
    cataloging files... is ORA-19870: ERROR READING BACKUP PIECE, ORA-19501: ERROR READING ON PARTNER, ORA-27070: ASYNC READ/WRITE failed, OSD-04016: ERROR QUEUING ASYNCHRONOUS IO YEAR ASKS... then... switch to the previous backup... then RMAN-00571. 00569; 03002; 06026; 9 06023: I've exhausted all the advice that I know... PLS HELP

    Well Yes, it is sufficient to prove that your storage space is the culprit here. You need to fix before you attempt to recover the database now:

    ORA-01115: reading block IO file error 3 (block # 65519)
    ORA-01110: data file 3: ' C:\ORACLEXE\ORADATA\XE\SYSAUX. DBF'
    ORA-27070: async read/write failed
    OSD-04016: error queuing an asynchronous i/o request.
    S/O-error: (OS 23) data error (cyclic redundancy check).

Maybe you are looking for