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.

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.

  • 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

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

  • 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

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

  • create an alarm to be notified when oracle db is shutdown

    Hello

    on 5.5.4, we control an oracle database. How cofigure a notification so that to be notified when oracle db is shutdown?

    In help, I saw this:

    Foglight for Oracle configuration alarms for Email Notification

    To configure Foglight for Oracle email notification:

    1

    Select dashboards > Administration > rules & Notifications > manage registry Variables.

    2

    In the filter by the Variable name field, enter the string dbo-email to only display the email related variable notifications.

    But do not know how to change them to receive an email when oracle db is stopped.

    A tutorial that shows with an example?

    in the Configuration Guide and Administration Foglight 5.5.4 I do not see any chapter to this topic.

    Thank you.

    Guy,

    You start by specifying a mail server in Foglight.

    Under the houses > welcome edge > configure alarms reporting and power outages

    and then configure e-mail settings

    Configure the mail server

    then set the DB admin user

    Golan

  • Relationship between physical memory and oracle initialization parameter

    Hi all

    I had been confused with the oracle initialization parameter setting.

    When set us the oracle initialization parameter. For example: Shared pool size, db_cache_size, target memory.

    What to consider about the physical memory to the operating system. If so, how to address the issue?

    Please notify. Thank you.

    SagiGal wrote:

    Review you mean that if the physical memory is 2gig, and you are ready to set the SGA greater than this, it will work or not, the answer would be that it would be a very bad thing to do. These parameters represent the SGA, which must be restricted in respect of the maximum physical memory available on the server.

    See the link given by Rp. From 10 g, it rarely need this kind of tuning.

    Aman...

    Understand. Thank you. Can answer me another question?

    SQL > show sga parameter

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    lock_sga boolean FALSE
    PRE_PAGE_SGA boolean FALSE
    very large integer SGA_MAX_SIZE 1152 M
    SGA_TARGET large integer 0
    SQL > show the spfile parameter

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    chain of SPFile

    in the above scenario, the database do not use EAMA and spfile
    If I wan to increase db_cache_size parameter, do I rebounce instance?

    Could be very easily answer this question for yourself by searching for the parameter in the docs. See here,
    http://docs.Oracle.com/CD/E11882_01/server.112/e25513/initparams052.htm#REFRN10033

    Its a dynamic parameter and does not need a db bouncing to change.

    Aman...

  • 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;
    
  • How to change the Oracle initialization parameters in db Oracle RAC

    I want to change the settings AUDIT_SYS_OPERATIONS and SQL92_SECURITY to TRUE. I have an Oracle RAC database two nodes.

    Should I stop the clustering services, modify the settings on both nodes and restart? Or change the setting on a node (node 1), restart node 1, restart node 1 (no change)?

    ALTER SYSTEM SET AUDIT_SYS_OPERATIONS = TRUE scope = SPFILE;

    Thank you.

    The command

    ALTER SYSTEM SET AUDIT_SYS_OPERATIONS = TRUE scope=SPFILE SID='*' ;
    

    is the syntax. However, the CCR using a SPFILE the ' SID ='* ' "specification is the default value." IF you want to change a setting for the local (for example PROD1) instance to which you are connected to, specify SID = "PROD1";
    The documentation states that if you specify a remote instance (for example PROD2) Oracle changes the value in the memory on the remote instance.

  • 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

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

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

Maybe you are looking for