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

Tags: Fusion Middleware

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.

  • 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

  • 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.

  • ORA-01033: Oracle initialization or current shudown

    I can't connect to my Oracle 10g XE both browser and SQL database * more.

    I get this error message every time I try: ORA-01033: Oracle initialization or current shudown.

    I'm so confused, since I worked with it successfully yesterday and it's morning, I restored my system to yesterday in vain. I tried to stop the database in the start menu and got the prompt that the judgment was a success, I started the database in the start menu and got a prompt of commands that start was successful, but when I try to go to the Home Page of the database in the same start menu , Internet Explorer can not display the page and SQL * Plus will return the above error.

    What can I do for any emergency connect to this database?

    The easy solution is to unsintall Oracle XE and reinstall XE, but after checking with a Windows tool that your drive is OK: you will lose all data.

    The difficult is trying to recreate the control with the procedure files manually to adapt to your database of the XE:
    http://download.Oracle.com/docs/CD/B19306_01/backup.102/b14191/osrecov.htm#i1011110. You shouldn't lose all data if the disk is OK and if no other database file is corrupted.

    If you have not added or moved or deleted a file of database
    and if you use the Western character set
    and if you have installed Oracle XE on C:\
    then the following script is OK.

    You must run with:

    c:\> sqlplus / as sysdba
    
    set echo on
    SHUTDOWN ABORT
    STARTUP NOMOUNT
    CREATE CONTROLFILE REUSE DATABASE "XE" NORESETLOGS  ARCHIVELOG
        MAXLOGFILES 16
        MAXLOGMEMBERS 3
        MAXDATAFILES 100
        MAXINSTANCES 8
        MAXLOGHISTORY 292
    LOGFILE
      GROUP 1 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_5HXJ0MVQ_.LOG'  SIZE 50M,
      GROUP 2 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_5HXJ0NR9_.LOG'  SIZE 50M
    -- STANDBY LOGFILE
    DATAFILE
      'C:\ORACLEXE\ORADATA\XE\SYSTEM.DBF',
      'C:\ORACLEXE\ORADATA\XE\UNDO.DBF',
      'C:\ORACLEXE\ORADATA\XE\SYSAUX.DBF',
      'C:\ORACLEXE\ORADATA\XE\USERS.DBF'
    CHARACTER SET WE8MSWIN1252
    ;
    -- Configure RMAN configuration record 1
    VARIABLE RECNO NUMBER;
    EXECUTE :RECNO := SYS.DBMS_BACKUP_RESTORE.SETCONFIG('CONTROLFILE AUTOBACKUP','OFF');
    -- Configure RMAN configuration record 2
    VARIABLE RECNO NUMBER;
    EXECUTE :RECNO := SYS.DBMS_BACKUP_RESTORE.SETCONFIG('RETENTION POLICY','TO REDUNDANCY 2');
    -- Commands to re-create incarnation table
    -- Below log names MUST be changed to existing filenames on
    -- disk. Any one log file from each branch can be used to
    -- re-create incarnation records.
    -- ALTER DATABASE REGISTER LOGFILE 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2010_02_25\O1_MF_1_1_%U_.ARC';
    -- ALTER DATABASE REGISTER LOGFILE 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2010_02_25\O1_MF_1_1_%U_.ARC';
    -- ALTER DATABASE REGISTER LOGFILE 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2010_02_25\O1_MF_1_1_%U_.ARC';
    -- ALTER DATABASE REGISTER LOGFILE 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2010_02_25\O1_MF_1_1_%U_.ARC';
    -- ALTER DATABASE REGISTER LOGFILE 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2010_02_25\O1_MF_1_1_%U_.ARC';
    -- Recovery is required if any of the datafiles are restored backups,
    -- or if the last shutdown was not normal or immediate.
    RECOVER DATABASE
    -- All logs need archiving and a log switch is needed.
    ALTER SYSTEM ARCHIVE LOG ALL;
    -- Database can now be opened normally.
    ALTER DATABASE OPEN;
    -- Commands to add tempfiles to temporary tablespaces.
    -- Online tempfiles have complete space information.
    -- Other tempfiles may require adjustment.
    ALTER TABLESPACE TEMP ADD TEMPFILE 'C:\ORACLEXE\ORADATA\XE\TEMP.DBF'
         SIZE 20971520  REUSE AUTOEXTEND ON NEXT 655360  MAXSIZE 32767M;
    -- End of tempfile additions.
    

    In any case if you don't want data, you must back up your database. Oracle XE is simple tools to back up and restore the database. See http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25107/backrest.htm#i1004902

    Edited by: P. Forstmann on 25 Feb. 2010 21:22

  • How can I run "ORA-01033: Oracle initialization or current shudown.»

    I need to show how to solve ' ORA-01033: Oracle initialization or shudown in course. "for my team but do not know how to get the database generates this error. I killed the system several times during a transaction, but it did not work.

    Just start database as State MONTE and try to connect to the application or any non-sysdba user, RDBMS will trigger "ORA-01033.

    sqlplus > startup mount

  • ORA-01033: ORACLE initialization or shutting

    Oracle Database Express Edition. 10 g Release 2.

    Receive this error message. Previously worked.

    I've tried so far the elements


    Connect / as sysdba

    Shutdown

    startup

    Here is the result:

    2-23-2015 10-07-39 AM.png

    Windows-based, tried to stop and start the service. Service is running.

    Audit log located at app\oracle\admin\xe\bdump alert_xe.

    Mon Feb 23 10:16:26 2015

    Errors in the c:\oraclexe\app\oracle\admin\xe\bdump\xe_arc1_2804.trc file:

    ORA-19809: limit exceeded for file recovery

    ORA-19804: cannot retrieve 51628032 limit 10737418240 bytes disk space

    Arc1: 19809 error creating archive log file to ' C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2015_02_23\O1_MF_1_2758_U_. ARC'

    Arc1: Failure to archive the thread 1 sequence 2758 (19809)

    ARCH: Stopped archiving, error occurred. Will continue to retry

    Mon Feb 23 10:16:26 2015

    Errors in the c:\oraclexe\app\oracle\admin\xe\bdump\xe_arc1_2804.trc file:

    ORA-16038: log 1 # 2758 sequence can be archived

    ORA-19809: limit exceeded for file recovery

    ORA-00312: thread 1 1 online journal: ' C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_6DPN0KMY_. JOURNAL"

    Mon Feb 23 10:17:25 2015

    Arc0: Don't check-in not possible: no primary destination

    Arc0: Unable to archive the thread 1 sequence 2758 (4)

    ARCH: Stopped archiving, error occurred. Will continue to retry

    Mon Feb 23 10:17:25 2015

    Errors in the c:\oraclexe\app\oracle\admin\xe\bdump\xe_arc0_3212.trc file:

    ORA-16014: log 1 sequence # 2758 not archived, no available destinations

    ORA-00312: thread 1 1 online journal: ' C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_6DPN0KMY_. JOURNAL"

    Mon Feb 23 10:18:25 2015

    Arc1: Don't check-in not possible: no primary destination

    Arc1: Failure to archive the thread 1 sequence 2758 (4)

    Also tried:

    2-23-2015 12-29-44 PM.png

    Any help would be appreciated.

    Thank you

    I found a solution.

    RMAN > delete archivelog all;

    RMAN > overlap archivelog all;

    SQL> archive log list
    SQL> show parameter db_recover
    SQL> alter system set db_recovery_file_dest_size=30G;
    SQL> alter database open;
    
  • 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

  • ERROR ORA-01033

    Hello, certainly it's been asked a million times... Apologize. Need help!

    trying to connect as usual to SSQL * more: version 11.2.0.1.0 demo/demo, arises:

    ERROR:

    ORA-01033: ORACLE initialization or shutting

    Process ID: 0

    Session IDs: serial number 0: 0

    What should I do?...

    CORRUPTION: You may need to restore the database. Follow this metalink note:

    ALTER database open fails with ORA-00600 (Doc ID 1296264.1) kcratr_nab_less_than_odr

  • EMCA fails with the error "ORA-01034: ORACLE is not available.

    Hello
    10g R2 on AIX I have the following error:
    emca -config dbcontrol db -repos create
    ......................................................
    .....................................................
    Password for DBSNMP user:
    Invalid username/password. [ORA-01034: ORACLE not available]
    And that's because all oracle processes are runing with:
    ORACLE_HOME=/U00/Oracle/product/10.2.0/Db_1/

    EMCA fails with the error "ORA-01034: ORACLE is not available" and "Name of user and password invalid." For DBSNMP user [ID 550484.1]
    It is said:
    +<moderator edit - removed MOS content>+
    Can I do the reverse and in the script of the emca, add "/" at the end of ORACLE_HOME=/u00/oracle/product/10.2.0/db_1
    ??
    Thank you.

    Edited by moderator - content removed from MOS

    Hi user;

    First of all please do not post details here, its against to oracle interoperability metalink, ID is sufficient for us. Secondly, yes you can, first to save $ORACLE_HOME/bin/emca script like

    CP $ORACLE_HOME/bin/emca $ORACLE_HOME/bin/emca_org

    to change the file number and test

    Respect of
    HELIOS

  • 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.

  • Suddenly get the error ORA - 12514 Oracle 11 GR 2

    I installed Oracle 11 g r2 very well, has 2 databases (se3 and mydb, both have db_domain .orcl i.e. mydb.orcl and se3.orcl) running on this subject very well until yesterday. but all of a sudden im getting ORA-12514 error (TNS:listener don't know of service requested in connect descriptor)...

    My tnsnames.ora file:

    tnsnames.ora # Network Configuration file: G:\oracledb\product\11.2.0\dbhome_1\network\admin\tnsnames.ora

    # Generated by Oracle configuration tools.

    LISTENER_MYDB =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    ORACLR_CONNECTION_DATA =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    )

    (CONNECT_DATA =

    (SID = CLRExtProc)

    (PRESENTATION = RO)

    )

    )

    MYDB =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = mydb.orcl)

    )

    )

    SE3 =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = se3.orcl)

    )

    )

    LISTENER_SE3 =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    and my listener.ora file is as follows:

    listener.ora # Network Configuration file: G:\oracledb\product\11.2.0\dbhome_1\network\admin\listener.ora

    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = CLRExtProc)

    (ORACLE_HOME = G:\oracledb\product\11.2.0\dbhome_1)

    (= Extproc PROGRAM)

    (ENVS = "EXTPROC_DLLS=ONLY:G:\oracledb\product\11.2.0\dbhome_1\bin\oraclr11.dll")

    )

    )

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    )

    )

    ADR_BASE_LISTENER = G:\oracledb

    * I have two data bases facing up and running (confirmed by the administration Assistant), the listener is in place... capable of performing "tnsping mydb/se3" im... I am not able to connect to them through sqlplus/sql developer... The result of "lsnrctl service" is the following:

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

    AMT-12541: TNS:no listener

    AMT-12560: TNS:protocol adapter error

    AMT-00511: no listener

    32-bit Windows error: 2: no such file or directory

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost) (PORT = 1521)))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

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

    Managers:

    "DEDICATED" set up: 0 denied: 0

    LOCAL SERVER

    The command completed successfully

    PLEASE HELP ME FRIENDS! I HAVE A PROJECT IN EARLY OCTOBER

    Hello

    Instead:

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = CLRExtProc)

    (ORACLE_HOME = G:\oracledb\product\11.2.0\dbhome_1)

    (= Extproc PROGRAM)

    (ENVS = "EXTPROC_DLLS=ONLY:G:\oracledb\product\11.2.0\dbhome_1\bin\oraclr11.dll")

    )

    )

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    )

    )

    have the following items in your listener file

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = CLRExtProc)

    (ORACLE_HOME = G:\oracledb\product\11.2.0\dbhome_1)

    (= Extproc PROGRAM)

    (ENVS = "EXTPROC_DLLS=ONLY:G:\oracledb\product\11.2.0\dbhome_1\bin\oraclr11.dll")

    )

    (SID_DESC =

    (SID_NAME = mydb)

    (ORACLE_HOME = G:\oracledb\product\11.2.0\dbhome_1)

    )

    (SID_DESC =

    (SID_NAME = se3)

    (ORACLE_HOME = G:\oracledb\product\11.2.0\dbhome_1)

    )

    )

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    (ADDRESS = (PROTOCOL = TCP) (HOST = localhost)(PORT = 1521))

    )

    )

    In addition, do not have 'localhost' in your listener.ora file, provide IP address real or the hostanme. NEVER, YOU should have

    localhost.

    Reboot and try listener.

    Thank you &

    Better subject.

  • 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

  • Error in db oracle Linux log-in: ORA-01034, ORA-27101

    Hello world

    I got below error when log installed on Linux REDHAT 6.4 (11 g R2) oracle database.

    [oracle@LOM-NEYTR-RHEL-NEW1 dbhome_1] $ sqlplus

    SQL * more: Production version 11.2.0.1.0 Mon. Nov 16 15:29:08 2015

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

    Enter the user name: dmadmin
    Enter the password:


    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 error: 2: no such file or directory
    Process ID: 0
    Session IDs: serial number 0: 0

    =====================================

    is that someone has an idea about this. I tried to connect as sysdba and connected successfully, but

    When I give the command "start", it gives below error.

    [oracle@LOM-NEYTR-RHEL-NEW1 dbhome_1] $ sqlplus / as sysdba

    SQL * more: Production version 11.2.0.1.0 Mon. Nov 16 15:26:49 2015

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

    Connect to an instance is idle.

    SQL > startup

    ORACLE instance started.

    Total System Global Area 1068937216 bytes

    Bytes of size 2220200 fixed

    817893208 variable size bytes

    243269632 of database buffers bytes

    Redo buffers 5554176 bytes

    Mounted database.

    ORA-03113: end of file on communication channel

    Process ID: 21048

    Session ID: 16 serial number: 3

    ==================================================

    Please help me on this.

    Hello

    1. thanks for sharing the alerts log. next time on neighbourhoods - when you receive error first source/watch is in the alert log

    2 see the errors below

    ORA-27072: IO file error

    Linux-x86_64 error: 25: Inappropriate ioctl for device

    ORA-19502: error on file '/home/oracle/app/oracle/product/11.2.0/dbhome_1/dbs/arch1_28_850998828.dbf of writing.


    Is for example you didn't know that error if information I google for example IOCtl (http://www.iitk.ac.in/LDP/LDP/lkmpg/2.4/html/x856.html) his dirver / core program allows to interact to with the device (as the hard drive is peripheral)

    Now oracle dbwr written to right something to when starting after the phase of mounting to the location above. Maybe more space to a tablespace.


    3. the first thing you need to make sure there is a space / Home for example at startup

    4. change (move all files to the different location) it's not good to hold sound/home/oracle which is General for all other users (staging of situation - home directory)

    Update - your last exit

    dev/map/vg_lomneytrrhelnew1-lv_home 201915336 190056092 1602452 100% / Home

    Its filled to 100%

    It may be useful

    -Pavan Kumar N

  • ORA-01034: ORACLE Linux error is not available: 2: no such file or directory

    Hello

    I have oracle 10.2.0 on Redhat Linux 4. Yesterday, I carry my database from windows to linux, and it worked very well.
    But today when I try to log in it gives me error like:
    [oracle@satish bin]$ ./sqlplus sys as sysdba
    
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue May 19 15:33:22 2009
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    Enter password:
    ERROR:
    ORA-01031: insufficient privileges
    
    
    Enter user-name: system
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    
    
    Enter user-name:
    My all environment variables are very good.

    In my view, any file is missing by
    Linux error: 2: no such file or directory
    But what cannot be found.

    While I have an another database on the same system that works very well.

    Thank you
    UMesh

    It may be a matter of case sensitivity. Under linux, it is important that the database name is orcl or ORCL. But you probably knew that.

Maybe you are looking for