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

Tags: Database

Similar Questions

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

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

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

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

  • ORA-01033 and ORA-01113: file 1 should support recovery errors

    I ORA-01033 and ORA-01113: file 1 needs media recovery errors, I tried using the Recovery Manager to without result I got after a long wait of cataloging files... is ORA-19870: ERROR READING BACKUP PIECE, ORA-19501: READ ERROR ON LINE, 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

    Start rman and connect to the database

    rman target /
    

    Once connected, run

    list backup;
    

    If you don't find listed backup, you can use the catalog command to manually add information rman backup in the rman repository
    http://docs.Oracle.com/CD/E11882_01/backup.112/e10643/rcmsynta008.htm

  • * ORA-32006: SQL_TRACE initialization parameter has been deprecated *.

    Oracle 10.2.0.1

    SQL > startup pfile='/home/oracle/product/10gR2/dbs/uni2init/initora01.ora '
    ORA-32006: SQL_TRACE initialization parameter has been deprecated.
    ORACLE instance started.

    Total System Global Area 1879048192 bytes
    Bytes of size 1220072 fixed
    184549912 variable size bytes
    1677721600 of database buffers bytes
    Redo buffers 15556608 bytes
    Mounted database.
    Open database.

    init.ora

    ORA01.__db_cache_size = 1677721600
    ORA01.__java_pool_size = 16777216
    ORA01.__large_pool_size = 16777216
    ORA01.__shared_pool_size = 150994944
    ORA01.__streams_pool_size = 0
    *.audit_file_dest='/home/Oracle/product/Admin/ORA01/adump '
    *.background_dump_dest='/home/Oracle/product/Admin/ORA01/bdump '
    * full = '10.2.0.1.0'
    *.control_files='/home/oracle/product/oradata/ora01/control01.ctl','/home/oracle/product/oradata/ora01/control02.ctl','/home/oracle/product/oradata/ora01/control03.ctl'
    *.core_dump_dest='/home/Oracle/product/Admin/ORA01/cdump '
    * .db_block_size = 8192
    * .db_domain = "
    * .db_file_multiblock_read_count = 16
    * .db_name = "ora01".
    *.db_recovery_file_dest='/home/Oracle/product/flash_recovery_area '
    * .db_recovery_file_dest_size = 2147483648
    *. Dispatchers ='(Protocol=TCP) (SERVICE = ora01XDB)"
    * .job_queue_processes = 10
    * .log_archive_dest_1 = ' LOCATION = / u06/ARCHIVE_LOG.
    * .log_archive_max_processes = 3
    * .open_cursors = 300
    * .pga_aggregate_target = 791674880
    * runoff = 150
    * .remote_login_passwordfile = "EXCLUSIVE."
    * .resource_manager_plan = "SYSTEM_PLAN".
    * .sga_max_size = 1879048192
    * .sga_target = 1879048192
    * .sql_trace = FALSE
    * .undo_management = "AUTO".
    * .undo_retention = 18000
    * .undo_tablespace = "UNDOTBS1.
    *.user_dump_dest='/home/Oracle/product/Admin/ORA01/udump '
    * .utl_file_dir ='* '

    Published by: user618704 on March 3, 2009 21:37

    Hello

    Remove the parameter sql_trace of the init.ora file and try again.

    * .sql_trace = FALSE

    Concerning

  • ORA-01034: ORACLE not available ORA-27101: Kingdom is no Linux-x86_64 shared memory error: 2: no such file or directory process ID: ID of Session 0: 0 serial number: 0

    Hello

    In our society, we have oracle server on Suse Linux with two instances TETA and TETA201.

    One day on a server broke down, because there is no free space due growing files 'archivelog.

    After that I manually deleted several older archivelog files, but after the reboot, the server error occurs when connecting to the database:

    "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 ID: serial number 0: 0"

    $ ORACLE_SID is set to TETA, if export it to TETA201 connection works correctly

    Oracle service startup there is no errors but only one instance is running TETA201 works correctly

    #############################################################################

    # Beginning of start O R A C L E section #.

    #############################################################################

    PARAMETERS from/etc/sysconfig/oracle

    -Set the Oracle kernel settings: Yes

    -Start the Oracle Listener: Yes

    -Start the Oracle database: Yes

    -Start the Oracle Web server: no

    -Start Oracle EManager: Yes

    -Start Oracle iSQLPLUS Manager: Yes

    -Start Oracle Agent: no

    -Start Oracle Internet Filesystem: no

    -Run Oracle Directory Manager: no

    Can not find required file: isqlplusctl - START_ORACLE_DB_ISQLPLUS setting = no

    Undefinied Agent Oracle or not properly configured. Please check.

    Setting the parameters of the kernel for Oracle, see the file

    / etc/sysconfig/Oracle of explanations.

    Shared memory: SHMMAX = SHMMNI(5) 3294967296 = 4096 SHMALL 2097152 =

    Semaphore values: SEMMSL = 1250 SEMMNS = 32000 SEMOPM = 100 SEMMNI = 256

    Other values: FILE_MAX_KERNEL = 131072 IP_LOCAL_PORT_RANGE = 1024 65000

    RMEM_DEFAULT = 4194304 WMEM_DEFAULT = 262144 = 4194304 = 262144 WMEM_MAX RMEM_MAX

    Huge pages:

    ULIMIT values: MAX_CORE_FILE_SIZE_SHELL = unlimited

    FILE_MAX_SHELL = 65536 = 16384 PROCESSES_MAX_SHELL

    Kernel defined for Oracle parameters: fact

    -Start listener... done

    + From databases...

    Start entry for SID TETATEST to /oracle/product/11.2.0/dbhome_1/ inskippedratab

    Database instance "TETA" of treatment: save the /oracle/product/11.2.0/dbhome_2/startup.log file

    Instance of database 'TETA201' of treatment: save the /oracle/product/11.2.0/dbhome_1/startup.log file

    Status of Oracle database start: fact

    -Starting Apache... unused

    -From unused application server

    -From Application Server Console... unused

    -Start of Agent... unused

    -From Enterprise Manager...

    DB console departure for TETA starting DB Console for TETA201 done

    -Jumped from iSQLPLUS Manager...

    -From... unused Oracle Internet file system

    -From Oracle Internet Directory... unused

    #############################################################################

    # End of O R A C L E section #.

    #############################################################################

    #############################################################################

    # End of O R A C L E section #.

    #############################################################################

    /Oracle/product/11.2.0/dbhome_1/startup.log


    SQL * more: Production of the version 11.2.0.3.0 on Mon Jan 18 11:43 2016

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

    SQL > Polaczono.

    SQL > ORACLE Instancja zostala zamknieta.

    SQL > Odlaczono od Oracle Database 11g Release 11.2.0.3.0 - 64 bit Production

    SQL * more: Production of the version 11.2.0.3.0 on Mon Jan 18 11:43:01 2016

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

    SQL > connect to an idle instance.

    SQL > ORACLE instance started.

    Total System Global Area 1043886080 bytes

    Bytes of size 2234960 fixed

    603981232 variable size bytes

    432013312 of database buffers bytes

    Redo buffers 5656576 bytes

    Baza danych zostala zamontowana.

    Baza danych zostala otwarta.

    SQL > Odlaczono od Oracle Database 11g Release 11.2.0.3.0 - 64 bit Production

    /Oracle/product/11.2.0/dbhome_2/bin/DBSTART: warm welcome of the instance 'TETA201' database has started.

    /Oracle/product/11.2.0/dbhome_2/startup.log


    PON sty 18 11:42:52 THIS 2016

    SQL * more: Production of the version 11.2.0.4.0 on Mon Jan 18 11:42:52 2016

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

    SQL > connect to an idle instance.

    SQL > ORACLE instance started.

    Total System Global Area 4175568896 bytes

    Bytes of size 2259840 fixed

    1409287296 variable size bytes

    2751463424 of database buffers bytes

    Redo buffers 12558336 bytes

    Baza danych zostala zamontowana.

    ORA-03113: end of file on communication channel

    Māju ID: 10080

    Sesji ID: 33, serial number: 3

    SQL > Odlaczono od Oracle Database 11g Release 11.2.0.4.0 - 64 bit Production

    /Oracle/product/11.2.0/dbhome_2/bin/DBSTART: hot "TETA" database instance started.

    Linux: ~ # service oracle State

    #############################################################################

    # Begin State O R A C L E section #.

    #############################################################################

    Kernel parameters

    Shared memory: SHMMAX = SHMMNI(5) 3294967296 = 4096 SHMALL 2097152 =

    Semaphore values: SEMMSL, SEMMNI, SEMMNS, SEMOPM: 1250 32000 100 256

    Database Instances

    TETA instance is out of service (autostart: Y)

    Instance of TETATEST is broken (autostart: N)

    TETA201 of the instance is declining (autostart: Y)

    AMT-listener: to the top

    Webserver (Apache httpd): low (0 process)

    List of processes by user oracle:

    PID TTY STAT TIME COMMAND

    9855?        SSL 0:00 /oracle/product/11.2.0/dbhome_2/bin/tnslsnr LISTENER

    10128?        SS 0:00 ora_pmon_TETA201

    10130?        SS 0:00 ora_psp0_TETA201

    10132?        SS 0:00 ora_vktm_TETA201

    10136?        SS 0:00 ora_gen0_TETA201

    10138?        SS 0:00 ora_diag_TETA201

    10140?        SS 0:00 ora_dbrm_TETA201

    10142?        SS 0:00 ora_dia0_TETA201

    10144?        SS 0:00 ora_mman_TETA201

    10146?        SS 0:00 ora_dbw0_TETA201

    10148?        SS 0:00 ora_lgwr_TETA201

    10150?        SS 0:00 ora_ckpt_TETA201

    10152?        SS 0:00 ora_smon_TETA201

    10154?        SS 0:00 ora_reco_TETA201

    10156?        SS 0:00 ora_mmon_TETA201

    10158?        SS 0:00 ora_mmnl_TETA201

    10166?        SS 0:00 ora_qmnc_TETA201

    10338?        SS 0:00 ora_cjq0_TETA201

    11195?        SS 0:00 ora_q000_TETA201

    11197?        SS 0:00 ora_q001_TETA201

    #############################################################################

    # End of O R A C L E section #.

    #############################################################################

    Help, please

    RMAN target /.

    RMAN > startup mount;

    RMAN > overlap archivelog all;

    RMAN > delete archivelog expired;

    RMAN > alter database open;

  • ORA-01092: ORACLE instance is complete. Disconnection forced

    Hi all

    I created a primary database with two databases on hold. But after completing the configuration, the primary and the first Eve began...

    At the start of the second database ensures I get the below error.

    SQL > startup;

    ORACLE instance started.

    Total System Global Area 2137886720 bytes

    Bytes of size 2177456 fixed

    1493173840 variable size bytes

    637534208 of database buffers bytes

    Redo buffers 5001216 bytes

    Mounted database.

    ORA-01092: ORACLE instance is complete. Disconnection forced

    ORA-00704: bootstrap failure process

    ORA-39700: database must be opened with the UPGRADE option

    Process ID: 7840

    Session ID: serial number 33: 1

    Please help on this.

    Thank you.

    Hi John, yes the version has been upgraded now and the error got erased.

  • ORA-01092: ORACLE instance is complete. Forced logoff ORA-00942: table or view does not exist on the 12 c CARS

    Hey Geeks,

    I met a problem when starting my 12 c RAC database.

    To mount it fine, but when I try to open, he throws me an error.

    System Global area 1.5400E + 10 bytes

    Bytes of size 4737560 fixed

    2952791528 variable size bytes

    1.2415E + 10 bytes database buffers

    Redo buffers 26857472 bytes

    Mounted database.

    SQL > alter database open;

    change the database open

    *

    ERROR on line 1:

    ORA-01092: ORACLE instance is complete. Disconnection forced

    ORA-00942: table or view does not exist

    Process ID: 11338068

    Session ID: 1429: No.3

    Here is the output of the trace file...

    ORACLE_HOME = / oracle_home/app/orahome

    Name of the system: AIX

    Name of the node: INS1

    Version: 1

    Version: 7

    Machine: 00C8CCA74C00

    Instance name: INST1

    Redo thread mounted by this instance: 1

    Oracle process number: 7

    The Unix process PID: 20381876, image: oracle@ins1 (TNS V1 - V3)

    2014-11-27 22:49:20.892

    SESSION ID: (197.5) 2014-11-27 22:49:20.892

    CUSTOMER ID :() 2014-11-27 22:49:20.892

    NAME OF THE SERVICE :() 2014-11-27 22:49:20.892

    NAME of the MODULE: (sqlplus@ins1 (TNS V1 - V3)) 22:49:20.892 2014-11-27

    ACTION NAME :() 2014-11-27 22:49:20.892

    2014-11-27 22:49:20.889716: start the recovery of field = 0, valid = 0, flags = 0 x 4

    2014-11-27 22:49:24.580

    Awarded with 32 slaves of recovery success

    With the help of 3 buffers overflow by slave of recovery

    2014-11-27 22:49:24.740

    1 post of thread: logseq 15, block 2, CHN 3510749

    cache-bass rba: logseq 15, block 3

    RBA on disk: logseq 15, block 72, RCS 3510824

    Start the recovery at logseq 15, block 3, Yvert 0

    2014-11-27 22:49:24.981

    Started the resilvering redo thread 1 seq 15 blocks 72-73

    2014-11-27 22:49:24.994

    Finished resilvering redo thread 1 seq 15

    2014-11-27 22:49:24.994

    Started writing zeroblks thread 1 seq 15 blocks 74-81

    2014-11-27 22:49:24.994

    Completed written zeroblks thread 1 seq 15

    = Redo read statistics for thread 1 =.

    Total physical reads (from disk and memory): 4096 KB

    -Redo read_disk - statistics

    Read rate (ASYNC): 35KO in 0,25 s = > 0.14 Mb / s

    Long: 0 Ko, moves: 0/104 (0%)

    Longer LWN: 2 k, moves: 0/33 (0%), moved: 0 MB

    Redo last scn: 0x0000.0035922b (3510827)

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

    -Recovery Hash Table statistics

    Hash table buckets = 262144

    More long string hash = 1

    Hash string average = 25/25 = 1.0

    Max compares by lookup = 1

    AVG compares by lookup = 151/176 = 0.9

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

    2014-11-27 22:49:25.007

    KCRA: start the debt for 25 blocks of data collection

    2014-11-27 22:49:25.039

    KCRA: treated blocks = 25/25, has claimed = 25, eliminated = 0

    2014-11-27 22:49:25.054

    Online Redo Log recovery: thread 1 mem Group 6 Seq 15 reading 0

    2014-11-27 22:49:25.060

    Ask again filled with 0.02 MB

    2014-11-27 22:49:25.235

    Control of completed recovery point

    -Recovery Hash Table statistics

    Hash table buckets = 262144

    More long string hash = 1

    Hash string average = 25/25 = 1.0

    Max compares by lookup = 1

    AVG compares by lookup = 176/176 = 1.0

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

    Recovery thread nab 1 seq 15 to 74 with 8 zeroblks sets

    2014-11-27 22:49:26.000

    2014-11-27 22:49:26.000433: validate the domain 0

    2014-11-27 22:49:26.001348: valid domain 0, flags = 0x0

    2014-11-27 22:49:28.315

    County ofsmtab$: 0 entries

    2014-11-27 22:49:28.732

    ORA-00942: table or view does not exist

    ORA-00942: table or view does not exist

    2014-11-27 22:49:28.738

    USER (ospid: 20381876): put an end to litigation because of the 942 error

    In my case, the problem solved by running the following...

    GRANT SELECT on SYS. The USER$ in XDB.
    GRANT SELECT on SYS. The USER$ in CTXSYS.
    GRANT SELECT on SYS. The USER$ to DVSYS;
    GRANT SELECT on SYS. The USER$ to LBACSYS.
    GRANT SELECT on SYS. The USER$ to APEX_040200;
    GRANT SELECT on SYS. The USER$ to DV_SECANALYST;

    See the screenshot above.

Maybe you are looking for

  • All my files are suddenly inaccessible?

    I was sifting through my photos for hours, and then when I try to get a glimpse of some of them in order to determine whether or not I want to keep, I suddenly "do not have permission" in preview mode?

  • write the Bay of cluster

    I have a table of cluster (global variable) that I am filling with all the elements that need to be connected on my experience are doing inside the Subvi. The Subvi is called each loop to check the pressure on my analog channel. When the pressure rea

  • help of event structure

    Hello Attached is a simplified version of my program, but that is the problem. I have labview update of a string, so in the program copied string1 to string2. When channel 2 is changed, I want that the structure of the event to turn on a light for 1

  • A yellow "!" box-tcp/ip protocol driver - this device is not present, is not working properly or is not all its drivers installed. (Code 24)

    TCP/IP protocol driver problem A yellow "!" box-i.m running windows xp professional, tcp/ip protocol driver service pack3(32bit), when i open hidden under drivers not Plug-and-Play, on the general tab of properties I receive, this device is not prese

  • Cannot start Help and support

    Title: vista help and support will not start. message from the Red Cross directs me to this site, but none of the suggestions work. Come on get your fingers out microsoft and solve my problem vista help and support will not start. box comes with red