Oracle initialization in progress due to logfile corruption - startup error

Hi All!
I m using Oracle Release 9.2.0.1.0. Due to power outage, it seems that one of its Redo files is corrupt and it is not getting started. My database is running in no archive mode and I donot have any backup for my data.
I have performed the following action but in vain. Please help me to get it started.
Thanks in advance.
Muhammad Bilal
SQL*Plus: Release 9.2.0.1.0 - Production on Mon Jan 4 19:22:16 2010
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
SQL> show user
USER is "SYS"
SQL> shutdown immediate;
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 135338868 bytes
Fixed Size 453492 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 667648 bytes
Database mounted.
ORA-00368: checksum error in redo log block
ORA-00353: log corruption near block 88880 change 182882946 time 01/04/2010
08:33:19
ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
SQL> select group#,sequence#,archived,status from v$log;
GROUP# SEQUENCE# ARC STATUS
1 911 NO CURRENT
2 909 NO INACTIVE
3 910 NO INACTIVE
SQL> alter database clear logfile group 1;
alter database clear logfile group 1
ERROR at line 1:
ORA-01624: log 1 needed for crash recovery of thread 1
ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
SQL> alter database clear unarchived logfile group 1;
alter database clear unarchived logfile group 1
ERROR at line 1:
ORA-01624: log 1 needed for crash recovery of thread 1
ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
SQL> ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1;
ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1
ERROR at line 1:
ORA-01624: log 1 needed for crash recovery of thread 1
ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
SQL> ALTER DATABASE CLEAR UNARCHIVED LOGFILE 'D:\ORACLE\ORADATA\DB\REDO01.LOG';
ALTER DATABASE CLEAR UNARCHIVED LOGFILE 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
ERROR at line 1:
ORA-01624: log 1 needed for crash recovery of thread 1
ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
SQL> alter system switch logfile;
alter system switch logfile
ERROR at line 1:
ORA-01109: database not open
SQL> ALTER DATABASE OPEN RESETLOGS;
ALTER DATABASE OPEN RESETLOGS
ERROR at line 1:
ORA-01139: RESETLOGS option only valid after an incomplete database recovery
SQL> ALTER DATABASE CLEAR UNARCHIVED LOGFILE 'D:\ORACLE\ORADATA\DB\REDO01.LOG';
ALTER DATABASE CLEAR UNARCHIVED LOGFILE 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
ERROR at line 1:
ORA-01624: log 1 needed for crash recovery of thread 1
ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
SQL> alter database clear logfile 'D:\ORACLE\ORADATA\DB\REDO01.LOG';
alter database clear logfile 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
ERROR at line 1:
ORA-01624: log 1 needed for crash recovery of thread 1
ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
SQL> select member,status from v$logfile;
MEMBER STATUS
D:\ORACLE\ORADATA\DB\REDO03.LOG STALE
D:\ORACLE\ORADATA\DB\REDO02.LOG
D:\ORACLE\ORADATA\DB\REDO01.LOG
SQL> alter database clear logfile 'D:\ORACLE\ORADATA\DB\REDO03.LOG';
Database altered.
SQL> alter database clear logfile 'D:\ORACLE\ORADATA\DB\REDO01.LOG';
alter database clear logfile 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
ERROR at line 1:
ORA-01624: log 1 needed for crash recovery of thread 1
ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
SQL> alter database clear logfile 'D:\ORACLE\ORADATA\DB\REDO02.LOG';
Database altered.
SQL> recover database until cancel;
ORA-00279: change 182763162 generated at 01/03/2010 20:00:21 needed for thread 1
ORA-00289: suggestion : D:\ORACLE\ORA92\RDBMS\ARC00911.001
ORA-00280: change 182763162 for thread 1 is in sequence #911
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
CANCEL
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: 'D:\ORACLE\ORADATA\DB\SYSTEM01.DBF'
ORA-01112: media recovery not started
SQL> alter database open resetlogs;
alter database open resetlogs
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: 'D:\ORACLE\ORADATA\DB\SYSTEM01.DBF'
SQL> recover database;
ORA-00283: recovery session canceled due to errors
ORA-00368: checksum error in redo log block
ORA-00353: log corruption near block 88880 change 182882946 time 01/04/2010 08:33:19
ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
SQL> recover database until cancel;
ORA-00279: change 182882944 generated at 01/04/2010 08:33:10 needed for thread 1
ORA-00289: suggestion : D:\ORACLE\ORA92\RDBMS\ARC00911.001
ORA-00280: change 182882944 for thread 1 is in sequence #911
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
AUTO
ORA-00308: cannot open archived log 'D:\ORACLE\ORA92\RDBMS\ARC00911.001'
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.
ORA-00308: cannot open archived log 'D:\ORACLE\ORA92\RDBMS\ARC00911.001'
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: 'D:\ORACLE\ORADATA\DB\SYSTEM01.DBF'
SQL> select group#,sequence#,archived,status from v$log;
GROUP# SEQUENCE# ARC STATUS
1 911 NO CURRENT
2 0 NO UNUSED
3 0 NO UNUSED
SQL> alter system switch logfile;
alter system switch logfile
ERROR at line 1:
ORA-01109: database not open
SQL> ALTER SYSTEM CHECKPOINT GLOBAL;
ALTER SYSTEM CHECKPOINT GLOBAL
ERROR at line 1:
ORA-01109: database not open
SQL> RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL;
ORA-00279: change 182763162 generated at 01/03/2010 20:00:21 needed for thread 1
ORA-00289: suggestion : D:\ORACLE\ORA92\RDBMS\ARC00911.001
ORA-00280: change 182763162 for thread 1 is in sequence #911
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
CANCEL
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: 'D:\ORACLE\ORADATA\DB\SYSTEM01.DBF'
ORA-01112: media recovery not started
SQL> ALTER DATABASE OPEN RESETLOGS;
ALTER DATABASE OPEN RESETLOGS
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: 'D:\ORACLE\ORADATA\DB\SYSTEM01.DBF'
---------------------------------------------------------------------------------------------------------------------------------

Hi Bilal,
1)take a trace of controlfile..the file will be in udump destination
SQL>alter database backup controlfile to trace;
*2)take the whole database cold backup...IMMEDIATLY*
3) bring another pc install the same version oracle software on it
4)copy datafiles,parameterfile.listener.ora,tnsnames.ora from the backup
5)Edit the parameter file and do the necessary changes
-control files new location
-database new name
-backgrounddump destination new location
-userdump destination new location
-coredump destination new location
And save the parameterfile as init<SID>.ora and copy it to ORACLE_HOME\database directory.
5)edit the trace file u got in step one and remove everything above
STARTUP NOMOUNT
and below
CHARACTER SET XXXXXXX
Changes should be done to paths of the datafiles and logfiles(as per physical structure of new database) change reuse to set ,new database name and noresetlogs to resetlogs in that tracefile as we are not using the logs from the source database.
EG:CREATE CONTROLFILE SET DATABASE *"DG9A"* RESETLOGS
and save that file as create_ct.sql
5)Create a oracle service using ora dim utility from command prompt.
c:\ oradim -new -sid SIDNAME -intpwd fbifbi -startmode auto -pfile d:\oracle\ora81\database\initSID.ora--->what ever the name u gave in parameter file and according to your environmetn
6)do the changes in the listener.ora and tnsnames.ora as per the new machine
5)set oracle sid and log into sql
c:\set oracle_sid=sidname
c:\sqlplus “/as sysdba”
SQL>@create_ct.sql
then open database with
SQL>alter database open resetlogs;
check google if ur confused in creating control file and oracle service check for cold database cloning
Hope you will recover
Regards
Edited by: hungry_dba on Jan 5, 2010 9:34 AM

Similar Messages

  • Oracle Initialization Failed -- likely missing libraries/dlls

    Hi,
    I've installed MDM 5.0 server with oracle 10.2 as the database on Windows 2003 server.
    When I try to create a repository for the first time I'm facing the following issue "Error initializing database engine"
    The log says:
    Oracle Initialization Failed -- likely missing libraries/dlls
    OCI Init
    ERROR CODE=0 |||
    Last CMD:
    I'm able to connect to the database through SQL plus also the tnsping tests are successfull.
    Please let me know your ides to resolve this issue.
    Regards,
    Varadhu

    Hi Varadharajan,
    Can you provide the detailed steps performed to resolve the issue.
    Even we have installed MDM 7.1 SP 10 Oracle 11.2.0, But we have 3 SAP instance running on the system:
    1) SRM:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    2) CRM:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit
    3) MDM:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    when the server is restarted the MDM is not able to connect to the Database.
    Thanks to provide the exact steps of execution.
    Regards,
    Prajakta Patkar

  • OWB import fails with corrupted repository error

    Hi,
    Please anyone can suggest a solution for the below problem. I am trying to import set of changes done in development through a Colllection into acceptance. But it keeps failing due to the 'Corrupted Repository' error.
    The OWB Version is OWB 11.1.0.7 which is upgraded version (from 11.1.0.6). I have also compared the SAP_FTP and Background values which are same (10007) on PROPERTYDEFINITION_V.
    Also we have run the repository clean up scripts which reported no issues. But still the error is reported. Please help.
    Please find the error reported.
    Corrupted repository: property
    CMPPurePhysicalObject@b63f4c/id=1398949/owningFCO=1398829/proxyFor=(CMPPurePhysi
    calObjectGen@f5c621/id=1398949/stname=DataEntityKeys/pname=JOU_JOU_FK/lname=DATA
    ENTITY.KEYS/status=DIRTY_PROP_ONLY/committed=true/persistent=true/propsLoaded=tr
    ue) exists when adding
    CMPPurePhysicalObject@d17ed9/id=1598399/owningFCO=1398829/proxyFor=(CMPPurePhysi
    calObjectGen@1df0a37/id=1598399/stname=null/pname=JOU_JOUM2_FK/lname=DATAENTITY.
    KEYS/status=NEW/committed=false/persistent=true/propsLoaded=false)
    Thanks,
    Lee.

    Good morning,
    When importing MDL file you should have an log file generated. This log file is usually in the same directory as your *.mdl unless specified differently. In the error you posted there is a JOU_JOU_FK and I think this is the corruption. Find the mapping using this table associated to this JOU_JOU_FK and drop the mapping first. Check the log generated from the import it may specify the mapping to drop.
    I import my (collection) mdl's with TCL scripts and I generate errors log or completion log. This way I can track my deployment to other environment and see if all mappings were deployed and compiled properly. The first part of the log mentions if the MDL imported properly then I performs a validate on it. If i received and error during import the log will list the mapping.
    example: Error at line 8,624: MDL1261: Error importing MAPPING .....
    Sometimes if I have many mappings to drop. I may receive an error log and have to include the mapping to be dropped in my TCL script.

  • Oracle initialization or shutdown in progress - help please

    At start of the appliction working with oracle 10 XE the message stands out:
    "oracle initialization or shutdown in progress "
    the Base does not open. In SQL plus:
    SQL> connect sys/manager as sysdba
    Connected.
    SQL> shutdown immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 570425344 bytes
    Fixed Size 1288652 bytes
    Variable Size 159385140 bytes
    Database Buffers 406847488 bytes
    Redo Buffers 2904064 bytes
    Database mounted.
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1:
    'D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG'
    SQL> select log_mode from v$database;
    LOG_MODE
    NOARCHIVELOG
    alert.log:
    Sun Jul 13 14:35:20 2008
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 2
    CPU : 2 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:642M/1007M, Ph+PgF:1984M/2256M, VA:1945M/2047M
    Sun Jul 13 14:35:20 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    __shared_pool_size = 150994944
    __large_pool_size = 4194304
    __java_pool_size = 4194304
    __streams_pool_size = 0
    spfile = D:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
    sga_target = 570425344
    control_files = D:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    __db_cache_size = 406847488
    compatible = 10.2.0.1.0
    db_recovery_file_dest = D:\oraclexe\app\oracle\flash_recovery_area
    db_recovery_file_dest_size= 10737418240
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    job_queue_processes = 4
    audit_file_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300
    os_authent_prefix =
    pga_aggregate_target = 188743680
    MMAN started with pid=4, OS id=3360
    LGWR started with pid=6, OS id=3496
    CKPT started with pid=7, OS id=3564
    RECO started with pid=9, OS id=3700
    CJQ0 started with pid=10, OS id=3768
    MMNL started with pid=12, OS id=3904
    Sun Jul 13 14:35:24 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Sun Jul 13 14:35:24 2008
    alter database mount exclusive
    PSP0 started with pid=3, OS id=3292
    DBW0 started with pid=5, OS id=3428
    SMON started with pid=8, OS id=3632
    MMON started with pid=11, OS id=3836
    PMON started with pid=2, OS id=3224
    Setting recovery target incarnation to 2
    Sun Jul 13 14:35:29 2008
    Successful mount of redo thread 1, with mount id 2541098476
    Sun Jul 13 14:35:29 2008
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Sun Jul 13 14:35:29 2008
    alter database open
    Sun Jul 13 14:35:29 2008
    Beginning crash recovery of 1 threads
    Sun Jul 13 14:35:29 2008
    Started redo scan
    Sun Jul 13 14:35:29 2008
    Completed redo scan
    113 redo blocks read, 59 data blocks need recovery
    Sun Jul 13 14:35:30 2008
    Started redo application at
    Thread 1: logseq 245, block 3
    Sun Jul 13 14:35:30 2008
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 245 Reading mem 0
    Mem# 0 errs 0: D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_3Z79HXG5_.LOG
    Sun Jul 13 14:35:30 2008
    Completed redo application
    Sun Jul 13 14:35:30 2008
    Completed crash recovery at
    Thread 1: logseq 245, block 116, scn 7569674
    59 data blocks read, 59 data blocks written, 113 redo blocks read
    Sun Jul 13 14:35:30 2008
    Thread 1 advanced to log sequence 246
    Thread 1 opened at log sequence 246
    Current log# 1 seq# 246 mem# 0: D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG
    Successful open of redo thread 1
    Sun Jul 13 14:35:31 2008
    SMON: enabling cache recovery
    Sun Jul 13 14:35:33 2008
    Successfully onlined Undo Tablespace 1.
    Sun Jul 13 14:35:33 2008
    SMON: enabling tx recovery
    Sun Jul 13 14:35:33 2008
    Database Characterset is CL8MSWIN1251
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=18, OS id=2792
    Sun Jul 13 14:35:47 2008
    Completed: alter database open
    Sun Jul 13 14:35:48 2008
    db_recovery_file_dest_size of 10240 MB is 0.98% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Dump file d:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Mon Jul 14 07:18:44 2008
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 2
    CPU : 2 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:637M/1007M, Ph+PgF:1977M/2256M, VA:1945M/2047M
    Mon Jul 14 07:18:44 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    __shared_pool_size = 150994944
    __large_pool_size = 4194304
    __java_pool_size = 4194304
    __streams_pool_size = 0
    spfile = D:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
    sga_target = 570425344
    control_files = D:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    __db_cache_size = 406847488
    compatible = 10.2.0.1.0
    db_recovery_file_dest = D:\oraclexe\app\oracle\flash_recovery_area
    db_recovery_file_dest_size= 10737418240
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    job_queue_processes = 4
    audit_file_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300
    os_authent_prefix =
    pga_aggregate_target = 188743680
    MMAN started with pid=4, OS id=3404
    LGWR started with pid=6, OS id=3540
    CKPT started with pid=7, OS id=3608
    RECO started with pid=9, OS id=3744
    CJQ0 started with pid=10, OS id=3812
    MMNL started with pid=12, OS id=3948
    Mon Jul 14 07:18:48 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Mon Jul 14 07:18:49 2008
    alter database mount exclusive
    PMON started with pid=2, OS id=3268
    DBW0 started with pid=5, OS id=3472
    SMON started with pid=8, OS id=3676
    MMON started with pid=11, OS id=3880
    PSP0 started with pid=3, OS id=3336
    Setting recovery target incarnation to 2
    Mon Jul 14 07:18:53 2008
    Successful mount of redo thread 1, with mount id 2541191961
    Mon Jul 14 07:18:53 2008
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Mon Jul 14 07:18:54 2008
    alter database open
    Mon Jul 14 07:18:54 2008
    Beginning crash recovery of 1 threads
    Mon Jul 14 07:18:54 2008
    Started redo scan
    Mon Jul 14 07:18:54 2008
    Completed redo scan
    98 redo blocks read, 35 data blocks need recovery
    Mon Jul 14 07:18:55 2008
    Started redo application at
    Thread 1: logseq 246, block 11394
    Mon Jul 14 07:18:55 2008
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 246 Reading mem 0
    Mem# 0 errs 0: D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG
    Mon Jul 14 07:18:55 2008
    Completed redo application
    Mon Jul 14 07:18:55 2008
    Completed crash recovery at
    Thread 1: logseq 246, block 11492, scn 7600775
    35 data blocks read, 35 data blocks written, 98 redo blocks read
    Mon Jul 14 07:19:02 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_3540.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) Не удается найти указанный файл.
    Mon Jul 14 07:19:02 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_3540.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) Не удается найти указанный файл.
    ORA-313 signalled during: alter database open...
    Mon Jul 14 07:33:10 2008
    db_recovery_file_dest_size of 10240 MB is 0.98% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Dump file d:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Mon Jul 14 09:43:45 2008
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 2
    CPU : 2 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:641M/1007M, Ph+PgF:1984M/2256M, VA:1945M/2047M
    Mon Jul 14 09:43:45 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    __shared_pool_size = 150994944
    __large_pool_size = 4194304
    __java_pool_size = 4194304
    __streams_pool_size = 0
    spfile = D:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
    sga_target = 570425344
    control_files = D:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    __db_cache_size = 406847488
    compatible = 10.2.0.1.0
    db_recovery_file_dest = D:\oraclexe\app\oracle\flash_recovery_area
    db_recovery_file_dest_size= 10737418240
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    job_queue_processes = 4
    audit_file_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300
    os_authent_prefix =
    pga_aggregate_target = 188743680
    PSP0 started with pid=3, OS id=3428
    MMAN started with pid=4, OS id=3496
    DBW0 started with pid=5, OS id=3564
    CKPT started with pid=7, OS id=3700
    SMON started with pid=8, OS id=3768
    MMON started with pid=11, OS id=3972
    Mon Jul 14 09:43:49 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    PMON started with pid=2, OS id=3360
    LGWR started with pid=6, OS id=3632
    RECO started with pid=9, OS id=3836
    CJQ0 started with pid=10, OS id=3904
    MMNL started with pid=12, OS id=4040
    Mon Jul 14 09:43:51 2008
    alter database mount exclusive
    Setting recovery target incarnation to 2
    Mon Jul 14 09:43:55 2008
    Successful mount of redo thread 1, with mount id 2541172503
    Mon Jul 14 09:43:56 2008
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Mon Jul 14 09:43:56 2008
    alter database open
    Mon Jul 14 09:43:56 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_3632.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) Не удается найти указанный файл.
    Mon Jul 14 09:43:56 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_3632.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) Не удается найти указанный файл.
    ORA-313 signalled during: alter database open...
    Mon Jul 14 09:56:06 2008
    Shutting down instance: further logons disabled
    Mon Jul 14 09:56:06 2008
    Stopping background process CJQ0
    Mon Jul 14 09:56:07 2008
    Stopping background process MMNL
    Mon Jul 14 09:56:08 2008
    Stopping background process MMON
    Mon Jul 14 09:56:09 2008
    Shutting down instance (immediate)
    License high water mark = 1
    Mon Jul 14 09:56:09 2008
    Stopping Job queue slave processes
    Mon Jul 14 09:56:09 2008
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Mon Jul 14 09:56:11 2008
    alter database close normal
    ORA-1109 signalled during: alter database close normal...
    Dump file d:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Mon Jul 14 09:56:19 2008
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 2
    CPU : 2 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:611M/1007M, Ph+PgF:1960M/2256M, VA:1945M/2047M
    Mon Jul 14 09:56:19 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    __shared_pool_size = 150994944
    __large_pool_size = 4194304
    __java_pool_size = 4194304
    __streams_pool_size = 0
    spfile = D:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
    sga_target = 570425344
    control_files = D:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    __db_cache_size = 406847488
    compatible = 10.2.0.1.0
    db_recovery_file_dest = D:\oraclexe\app\oracle\flash_recovery_area
    db_recovery_file_dest_size= 10737418240
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    job_queue_processes = 4
    audit_file_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300
    os_authent_prefix =
    pga_aggregate_target = 188743680
    PSP0 started with pid=3, OS id=3784
    MMAN started with pid=4, OS id=3788
    LGWR started with pid=6, OS id=3796
    SMON started with pid=8, OS id=3804
    CJQ0 started with pid=10, OS id=3812
    MMON started with pid=11, OS id=3672
    Mon Jul 14 09:56:20 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    PMON started with pid=2, OS id=3780
    CKPT started with pid=7, OS id=3800
    Oracle Data Guard is not available in this edition of Oracle.
    RECO started with pid=9, OS id=3808
    MMNL started with pid=12, OS id=3820
    Mon Jul 14 09:56:21 2008
    alter database mount exclusive
    DBW0 started with pid=5, OS id=3792
    Mon Jul 14 09:56:26 2008
    Setting recovery target incarnation to 2
    Mon Jul 14 09:56:26 2008
    Successful mount of redo thread 1, with mount id 2541148166
    Mon Jul 14 09:56:26 2008
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Mon Jul 14 09:56:26 2008
    alter database open
    Mon Jul 14 09:56:26 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_3796.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) Не удается найти указанный файл.
    Mon Jul 14 09:56:26 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_3796.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) Не удается найти указанный файл.
    ORA-313 signalled during: alter database open...
    Shutting down instance: further logons disabled
    Mon Jul 14 09:57:39 2008
    Stopping background process MMNL
    Mon Jul 14 09:57:40 2008
    Stopping background process CJQ0
    Mon Jul 14 09:57:40 2008
    Stopping background process MMON
    Mon Jul 14 09:57:40 2008
    Shutting down instance (immediate)
    License high water mark = 1
    Mon Jul 14 09:57:40 2008
    Stopping Job queue slave processes
    Mon Jul 14 09:57:40 2008
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Mon Jul 14 09:57:42 2008
    alter database close normal
    ORA-1109 signalled during: alter database close normal...
    Dump file d:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Mon Jul 14 09:57:46 2008
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 2
    CPU : 2 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:615M/1007M, Ph+PgF:1959M/2256M, VA:1945M/2047M
    Mon Jul 14 09:57:46 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    __shared_pool_size = 150994944
    __large_pool_size = 4194304
    __java_pool_size = 4194304
    __streams_pool_size = 0
    spfile = D:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
    sga_target = 570425344
    control_files = D:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    __db_cache_size = 406847488
    compatible = 10.2.0.1.0
    db_recovery_file_dest = D:\oraclexe\app\oracle\flash_recovery_area
    db_recovery_file_dest_size= 10737418240
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    job_queue_processes = 4
    audit_file_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300
    os_authent_prefix =
    pga_aggregate_target = 188743680
    PSP0 started with pid=3, OS id=556
    MMAN started with pid=4, OS id=452
    LGWR started with pid=6, OS id=816
    SMON started with pid=8, OS id=652
    RECO started with pid=9, OS id=1700
    MMON started with pid=11, OS id=1208
    Mon Jul 14 09:57:47 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    PMON started with pid=2, OS id=1252
    DBW0 started with pid=5, OS id=2888
    CKPT started with pid=7, OS id=372
    Oracle Data Guard is not available in this edition of Oracle.
    CJQ0 started with pid=10, OS id=1036
    MMNL started with pid=12, OS id=1220
    Mon Jul 14 09:57:48 2008
    alter database mount exclusive
    Mon Jul 14 09:57:52 2008
    Setting recovery target incarnation to 2
    Mon Jul 14 09:57:52 2008
    Successful mount of redo thread 1, with mount id 2541170524
    Mon Jul 14 09:57:52 2008
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Mon Jul 14 09:57:52 2008
    alter database open
    Mon Jul 14 09:57:53 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_816.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) Не удается найти указанный файл.
    Mon Jul 14 09:57:53 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_816.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) Не удается найти указанный файл.
    ORA-313 signalled during: alter database open...
    Mon Jul 14 09:58:15 2008
    db_recovery_file_dest_size of 10240 MB is 0.98% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Mon Jul 14 10:08:50 2008
    Shutting down instance: further logons disabled
    Mon Jul 14 10:08:50 2008
    Stopping background process MMNL
    Mon Jul 14 10:08:51 2008
    Stopping background process CJQ0
    Mon Jul 14 10:08:52 2008
    Stopping background process MMON
    Mon Jul 14 10:08:52 2008
    Shutting down instance (immediate)
    License high water mark = 1
    Mon Jul 14 10:08:52 2008
    Stopping Job queue slave processes
    Mon Jul 14 10:08:52 2008
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Mon Jul 14 10:08:54 2008
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Mon Jul 14 10:08:54 2008
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Mon Jul 14 10:09:10 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    __shared_pool_size = 150994944
    __large_pool_size = 4194304
    __java_pool_size = 4194304
    __streams_pool_size = 0
    spfile = D:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
    sga_target = 570425344
    control_files = D:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    __db_cache_size = 406847488
    compatible = 10.2.0.1.0
    db_recovery_file_dest = D:\oraclexe\app\oracle\flash_recovery_area
    db_recovery_file_dest_size= 10737418240
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    job_queue_processes = 4
    audit_file_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300
    os_authent_prefix =
    pga_aggregate_target = 188743680
    PSP0 started with pid=3, OS id=2360
    MMAN started with pid=4, OS id=2276
    LGWR started with pid=6, OS id=2288
    SMON started with pid=8, OS id=2292
    RECO started with pid=9, OS id=2300
    MMON started with pid=11, OS id=960
    Mon Jul 14 10:09:11 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    PMON started with pid=2, OS id=2356
    DBW0 started with pid=5, OS id=2280
    CKPT started with pid=7, OS id=2284
    Oracle Data Guard is not available in this edition of Oracle.
    CJQ0 started with pid=10, OS id=900
    MMNL started with pid=12, OS id=2348
    Mon Jul 14 10:09:13 2008
    ALTER DATABASE MOUNT
    Mon Jul 14 10:09:17 2008
    Setting recovery target incarnation to 2
    Mon Jul 14 10:09:17 2008
    Successful mount of redo thread 1, with mount id 2541185801
    Mon Jul 14 10:09:17 2008
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Mon Jul 14 10:09:17 2008
    ALTER DATABASE OPEN
    Mon Jul 14 10:09:17 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_2288.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) Не удается найти указанный файл.
    Mon Jul 14 10:09:17 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_2288.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) Не удается найти указанный файл.
    ORA-313 signalled during: ALTER DATABASE OPEN...
    Mon Jul 14 10:24:14 2008
    db_recovery_file_dest_size of 10240 MB is 0.98% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Mon Jul 14 10:42:38 2008
    Shutting down instance: further logons disabled
    Mon Jul 14 10:42:38 2008
    Stopping background process CJQ0
    Mon Jul 14 10:42:39 2008
    Stopping background process MMNL
    Mon Jul 14 10:42:40 2008
    Stopping background process MMON
    Mon Jul 14 10:42:41 2008
    Shutting down instance (immediate)
    License high water mark = 1
    Mon Jul 14 10:42:41 2008
    Stopping Job queue slave processes
    Mon Jul 14 10:42:41 2008
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Mon Jul 14 10:42:43 2008
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Mon Jul 14 10:42:43 2008
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Mon Jul 14 10:42:56 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    __shared_pool_size = 150994944
    __large_pool_size = 4194304
    __java_pool_size = 4194304
    __streams_pool_size = 0
    spfile = D:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
    sga_target = 570425344
    control_files = D:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    __db_cache_size = 406847488
    compatible = 10.2.0.1.0
    db_recovery_file_dest = D:\oraclexe\app\oracle\flash_recovery_area
    db_recovery_file_dest_size= 10737418240
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    job_queue_processes = 4
    audit_file_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = D:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300
    os_authent_prefix =
    pga_aggregate_target = 188743680
    PSP0 started with pid=3, OS id=1012
    MMAN started with pid=4, OS id=2156
    DBW0 started with pid=5, OS id=3156
    CKPT started with pid=7, OS id=3164
    SMON started with pid=8, OS id=308
    RECO started with pid=9, OS id=2780
    MMON started with pid=11, OS id=3604
    Mon Jul 14 10:42:57 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Mon Jul 14 10:42:58 2008
    ALTER DATABASE MOUNT
    PMON started with pid=2, OS id=4084
    LGWR started with pid=6, OS id=3172
    MMNL started with pid=12, OS id=3516
    CJQ0 started with pid=10, OS id=3844
    Setting recovery target incarnation to 2
    Mon Jul 14 10:43:02 2008
    Successful mount of redo thread 1, with mount id 2541187826
    Mon Jul 14 10:43:02 2008
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Mon Jul 14 10:43:03 2008
    ALTER DATABASE OPEN
    Mon Jul 14 10:43:04 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_3172.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) Не удается найти указанный файл.
    Mon Jul 14 10:43:04 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_3172.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) Не удается найти указанный файл.
    Mon Jul 14 10:43:04 2008
    ORA-313 signalled during: ALTER DATABASE OPEN...
    Mon Jul 14 10:58:01 2008
    db_recovery_file_dest_size of 10240 MB is 0.98% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Prompt how to correct a situation and to start base...

    This file is not present: D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_. LOG
    is such: D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_3Z79HXG5_. LOG
    SQL> select * from v$logfile;
    GROUP# STATUS TYPE
    MEMBER
    IS_
    2 STALE ONLINE
    D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_3Z79HXG5_.LOG
    YES
    1 STALE ONLINE
    D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_3Z79HW9R_.LOG
    YES
    GROUP# STATUS TYPE
    MEMBER
    IS_
    SQL> select * from v$log;
    GROUP# THREAD# SEQUENCE# BYTES MEMBERS ARC STATUS
    FIRST_CHANGE# FIRST_TIM
    2 1 245 52428800 1 NO INACTIVE
    7549460 12-JUL-08
    1 1 246 52428800 1 NO CURRENT
    7569675 13-JUL-08

  • ORA:- 01033: Oracle Initialization oe shutdown in progress.

    Database:- Ver 10.02
    OS:- Windows Xp
    Scenario:- Tried to login with regular user scott,hr even sys with correct password
    Error:-
    ORA:- 01033: Oracle Initialization oe shutdown in progress.
    All your experts input are highly Appreciated.
    Thanks

    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    __shared_pool_size = 92274688
    __large_pool_size = 4194304
    __java_pool_size = 4194304
    __streams_pool_size = 0
    sga_target = 272629760
    control_files = D:\ORADATA\ORCL\CONTROL01.CTL, D:\ORADATA\ORCL\CONTROL02.CTL, D:\ORADATA\ORCL\CONTROL03.CTL
    db_block_size = 8192
    __db_cache_size = 163577856
    compatible = 10.2.0.1.0
    log_archive_dest_1 = location=D:\Oracle\database\archive\
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = D:/flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=orclXDB)
    job_queue_processes = 10
    audit_file_dest = D:\ADMIN\ORCL\ADUMP
    background_dump_dest = D:\ADMIN\ORCL\BDUMP
    user_dump_dest = D:\ADMIN\ORCL\UDUMP
    core_dump_dest = D:\ADMIN\ORCL\CDUMP
    db_name = orcl
    open_cursors = 300
    pga_aggregate_target = 89128960
    PMON started with pid=2, OS id=1696
    PSP0 started with pid=3, OS id=2032
    MMAN started with pid=4, OS id=892
    DBW0 started with pid=5, OS id=4068
    LGWR started with pid=6, OS id=2952
    CKPT started with pid=7, OS id=2724
    SMON started with pid=8, OS id=768
    RECO started with pid=9, OS id=216
    CJQ0 started with pid=10, OS id=2632
    MMON started with pid=11, OS id=2972
    Wed Aug 05 00:22:48 2009
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=2160
    Wed Aug 05 00:22:48 2009
    starting up 1 shared server(s) ...
    Wed Aug 05 00:23:00 2009
    alter database mount
    Wed Aug 05 00:23:04 2009
    Setting recovery target incarnation to 2
    Wed Aug 05 00:23:04 2009
    Successful mount of redo thread 1, with mount id 1221843300
    Wed Aug 05 00:23:04 2009
    Allocated 3981204 bytes in shared pool for flashback generation buffer
    Starting background process RVWR
    RVWR started with pid=16, OS id=3684
    Read of flashback database logfile 18, block 191 found corrupted data.
    See trace file for more information.
    Reread of flashback database logfile 18, block 191 found same corrupted data
    Read of flashback database logfile 18, block 191 found corrupted data.
    See trace file for more information.
    Reread of flashback database logfile 18, block 191 found same corrupted data
    Wed Aug 05 00:23:04 2009
    Errors in file d:\admin\orcl\bdump\orcl_rvwr_3684.trc:
    ORA-00600: internal error code, arguments: [krfrFix-2], [96], [3], [], [], [], [], []
    Wed Aug 05 00:23:06 2009
    Errors in file d:\admin\orcl\bdump\orcl_rvwr_3684.trc:
    ORA-00600: internal error code, arguments: [krfrFix-2], [96], [3], [], [], [], [], []
    Wed Aug 05 00:23:06 2009
    Database mounted in Exclusive Mode
    Completed: alter database mount

  • Getting error ORA-01033 : Oracle Initialization or shutdown in progress

    Getting error ORA-01033 : Oracle Initialization or shutdown in progress
    Tried to login with different users and could login thru one user. when given the command shuddown immediate, gave the error :
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    When given the command startup, gave the error :
    ORACLE instance started.
    Total System Global Area 135338868 bytes
    Fixed Size 453492 bytes
    Variable Size 109051904 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    ORA-00322: log 1 of thread 1 is not current copy
    ORA-00312: online log 1 thread 1: 'C:\ORACLE\ORADATA\LDESK\REDO01.LOG'
    Please guide
    Regards,
    Meenal

    ORA-00322:     log string of thread string is not current copy
    Cause:     Check of log file header at database open found that an online log appears to be an incorrectly restored backup.
    Action:     Restore correct file or reset logs.
    As already mentioned,your redo seems to be corrupted.Are you in archivelog mode with a good copy of backup with you?
    Aman....

  • ORA-01033: ORACLE initialization or shutdown in progress / 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_names parameter on dwh:
    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 listener on 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_names parameter on stb:
    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 successfullyMy 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: 0Login with
    sqlplus sys/****@STRM as sysdbaraises no problem!
    What I have done wrong? Please, help!
    regards
    hqt200475
    Edited by: hqt200475 on Sep 14, 2011 9:04 AM

    If I understand the second part of the question correctly you can use DBMS_SERVICE to create an alias on both servers.
    Then depending upon the ROLE they are in you can just connect.
    First an entry need to be added to the client tnsnames.ora 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)
    )Next the service 'ernie' needs to be created manually on the primary database.
    BEGIN
       DBMS_SERVICE.CREATE_SERVICE('ernie','ernie');
    END;
    /After creating the service needs to be manually started.
    BEGIN
       DBMS_SERVICE.START_SERVICE('ernie');
    END;Several of the default parameters 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 database STARTUP trigger should be created to ensures that this service is only offered if the database is primary.
    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
    Service "ernie" has 1 instance(s).
    erine is from the Oracle example, you can add whatever you want and then if you do a switchover 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 shutdown in progress

    Hello ,
    I am using Oracle 11.2.0 on Window 7 and since yesterday I am unable to connect to my database . I am seeing this error on my EM console.
    ORA-01033: ORACLE initialization or shutdown in progress (DBD ERROR: OCISessionBegin)
    I tried to manually shutdown and startup from the console but resulted in the same error.
    I was not able to connect from sqlplus as well.
    SQL*Plus: Release 10.1.0.5.0 - Production on Thu Jan 10 11:58:58 2013
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: SYS
    Enter password:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Here is the lsnrctl status
    C:\windows\system32>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.1.0.5.0 - Production on 10-JAN-2013 11:59
    :37
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date 10-JAN-2013 10:39:08
    Uptime 0 days 1 hr. 20 min. 29 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\POSSuiteApps\OracleDB\product\11.2.0\dbhome_1\netwo
    rk\admin\listener.ora
    Listener Log File c:\possuiteapps\oracledb\diag\tnslsnr\<host>\list
    ener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<hostname>)(PORT=1521
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.us.oracle.com" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    Could someone help me out in resolving this issue.
    Thank you,
    Lakshmi

    Thank you for the responses .
    I found this on metalink but I am not able to access this document . Could you please share some details in this doc
    153788.1 - Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool
    Here is the alert log trace
    System parameters with non-default values:
    processes = 150
    memory_target = 1584M
    control_files = "C:\POSSUITEAPPS\ORACLEDB\ORADATA\ORCL\CONTROL01.CTL"
    control_files = "C:\POSSUITEAPPS\ORACLEDB\FLASH_RECOVERY_AREA\ORCL\CONTROL02.CTL"
    db_block_size = 8192
    compatible = "11.2.0.0.0"
    db_recovery_file_dest = "C:\POSSuiteApps\OracleDB\flash_recovery_area"
    db_recovery_file_dest_size= 3912M
    undo_tablespace = "UNDOTBS1"
    remote_login_passwordfile= "EXCLUSIVE"
    db_domain = "us.oracle.com"
    dispatchers = "(PROTOCOL=TCP) (SERVICE=orclXDB)"
    audit_file_dest = "C:\POSSUITEAPPS\ORACLEDB\ADMIN\ORCL\ADUMP"
    audit_trail = "DB"
    db_name = "orcl"
    open_cursors = 300
    diagnostic_dest = "C:\POSSUITEAPPS\ORACLEDB"
    Thu Jan 10 13:03:55 2013
    PMON started with pid=2, OS id=6760
    Thu Jan 10 13:03:55 2013
    VKTM started with pid=3, OS id=5748 at elevated priority
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Thu Jan 10 13:03:55 2013
    GEN0 started with pid=4, OS id=1916
    Thu Jan 10 13:03:55 2013
    DIAG started with pid=5, OS id=2972
    Thu Jan 10 13:03:55 2013
    DBRM started with pid=6, OS id=7112
    Thu Jan 10 13:03:55 2013
    PSP0 started with pid=7, OS id=8520
    Thu Jan 10 13:03:55 2013
    DIA0 started with pid=8, OS id=1852
    Thu Jan 10 13:03:55 2013
    MMAN started with pid=9, OS id=4448
    Thu Jan 10 13:03:55 2013
    DBW0 started with pid=10, OS id=7032
    Thu Jan 10 13:03:55 2013
    LGWR started with pid=11, OS id=5104
    Thu Jan 10 13:03:55 2013
    CKPT started with pid=12, OS id=7820
    Thu Jan 10 13:03:55 2013
    SMON started with pid=13, OS id=6860
    Thu Jan 10 13:03:55 2013
    RECO started with pid=14, OS id=2620
    Thu Jan 10 13:03:56 2013
    MMON started with pid=15, OS id=4288
    Thu Jan 10 13:03:56 2013
    MMNL started with pid=16, OS id=9100
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\POSSuiteApps\OracleDB
    Thu Jan 10 13:03:57 2013
    ALTER DATABASE MOUNT
    Successful mount of redo thread 1, with mount id 1332168637
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: ALTER DATABASE MOUNT
    Thu Jan 10 13:19:01 2013
    db_recovery_file_dest_size of 3912 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Edited by: 970292 on Jan 10, 2013 2:09 PM

  • Error connecting to DB - oracle initialization or shutdown in progress

    Hi All,
    I have Oracle 10g Express Edition and i am facing a strange problem with that.
    When ever i try to start/stop the database the process executes smoothly.
    Further if i try to connect through sqlplus command line it gives me following error:
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Nov 15 23:57:05 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect
    Enter user-name: system
    Enter password:
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    SQL> connect / as sysdba
    ERROR:
    ORA-01031: insufficient privileges
    Is there any other way to fix this problem.. some posts in the forum advice the above steps but these dont work for me..
    any help is appreciated.
    Regards,
    Rahul.

    Hi
    I am using Windows XP SP3
    Following is the result of the SET command.
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Administrator\Application Data
    CALYPSO_HOME=H:\EADS\calypsorel110000
    CALYPSO_HOME_=d:\calypsorel10001
    CATALINA_HOME=D:\apache-tomcat-6.0.16
    CLIENTNAME=Console
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=EXPERIEN-D827A2
    ComSpec=C:\WINDOWS\system32\cmd.exe
    DEVMGR_SHOW_DETAILS=
    DEVMGR_SHOW_NONPRESENT_DEVICES=1
    EJ_HOME=C:\Documents and Settings\Administrator\My Documents\Downloads\chrome\exej
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Administrator
    JAVA_HOME=D:\Program Files\Java\jdk1.6.0_01
    LOGONSERVER=\\EXPERIEN-D827A2
    NUMBER_OF_PROCESSORS=2
    OS=Windows_NT
    Path=D:\Program Files\Nokia\PC Connectivity Solution\;D:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Program Files\MySQL\MySQL Server 6.0\bin;D:\Program Files\Java\jdk1.6.0_01\bin;C:\Program Files\Common Files\DivX Shared\
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PHP_HOME=D:\Program Files\PHP
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=0f0d
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    SESSIONNAME=Console
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    USERDOMAIN=EXPERIEN-D827A2
    USERNAME=Administrator
    USERPROFILE=C:\Documents and Settings\Administrator
    windir=C:\WINDOWS

  • ORA-01033: ORACLE initialization or shutdown in progress (standby error)

    Hi all,
    OS : SunOS 5.10 Generic_144488-02 sun4u sparc SUNW,Sun-Fire-880
    Database : 10.2.0.4
    I made physical standby database from primary to stanby using RMAN as
    rman target / nocatalog sys/password@standby
    RMAN>run {
    allocate auxiliary channel ch1 device type disk;
    duplicate target database for standby;
    standby creation finished sucessfully , but when i performed log switch and forcely archive the current log the arhive was not trasferring.
    while trying to connect from primary to standby as :
    conn sys/password@standby (the below error displaying)
    ORA-01033: ORACLE initialization or shutdown in progress
    On stanby also the same error coming while connecting to sys/password@standby
    but while setting export ORACLE_SID=standby and ORACLE _HOME i can be able to connect to sqlplus and managed standby database in recovery mode.
    I am not confused why sys/password@standby is not being connecting ..
    Please help !
    Thanks

    Standby alert log :
    alter database recover managed standby database disconnect from session
    Fri Dec 10 14:59:17 2010
    Attempt to start background Managed Standby Recovery process (pstdby)
    MRP0 started with pid=16, OS id=11517
    Fri Dec 10 14:59:17 2010
    MRP0: Background Managed Standby Recovery process started (pstdby)
    Managed Standby Recovery not using Real Time Apply
    parallel recovery started with 3 processes
    Fri Dec 10 14:59:23 2010
    Waiting for all non-current ORLs to be archived...
    Media Recovery Waiting for thread 1 sequence 84
    Fri Dec 10 14:59:23 2010
    Completed: alter database recover managed standby database disconnect from session
    primary alert log :
    Errors in file /software/oracle/admin/stdby/bdump/stdby_arc1_24121.trc:
    ORA-12545: Connect failed because target host or object does not exist
    PING[ARC1]: Heartbeat failed to connect to standby '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=pstdby_XPT)(INSTANCE_NAME=standby)(SERVER=dedicated)))'. Error is 12545.
    Sat Dec 11 02:18:33 2010
    Error 12545 received logging on to the standby
    Sat Dec 11 02:18:33 2010
    Errors in file /software/oracle/admin/stdby/bdump/stdby_arc1_24121.trc:
    ORA-12545: Connect failed because target host or object does not exist
    PING[ARC1]: Heartbeat failed to connect to standby '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=pstdby_XPT)(INSTANCE_NAME=standby)(SERVER=dedicated)))'. Error is 12545.
    Edited by: VipinK on Dec 10, 2010 1:39 AM

  • ORA-01033 Oracle initialization or shutdown in progress error

    Hi All,
    I am using windows 7 on my 64-bit machine, and I installed oracle database 12c. Everything was installed fine, and i was able to connect to the HR schema. However, the next day when I wanted to connect, I got the ORA-01033 Oracle initialization or shutdown in progress error. What did I do wrong ? and what can I do to fix it ?? Thank you for the help.

    Sorry but there are NO SHORTCUTS!
    I already answered that above and referred you to the docs and an article.
    The doc chapters explain the NEW multitenant architecture in detail. The new 12c architecture is SUBSTANTIALLY different from previous architectures. Until you read the docs about it and understand how it has been implemented you will continue to have NOTHING but problems.
    I know that may sound like just another RTFM but for 12c it is imperative that you understand the new architecture if you want to avoid problems. There is no way to explain it all in the forums; Oracle takes a good two chapters just to cover the basics.
    I also pointed you to an article that shows how to startup the CDB and PDBs manually or write a STARTUP trigger to do it automatically.
    Hopefully you are doing all of this in a VM environment as you seemingly implied in one of your other threads?
    https://forums.oracle.com/thread/2594464
    There are already some VM templates available for 12c
    http://www.oracle.com/technetwork/server-storage/vm/database-templates-12c-11gr2-1972804.html

  • Oracle 11g: "ORACLE initialization or shutdown in progress" problem.

    Hello All,
    We are using Oracle 11g (enterprise edtion) in Windows server 2008. Whenever we reboot the machine we are not able to connect the database.
    Following output indicate the errors.
    :\Users\Administrator.F1STD.000>sqlplus dbo/<password>@<connect string>
    SQL*Plus: Release 11.1.0.7.0 - Production on Thu May 7 09:48:09 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    Process ID: 0
    Session ID: 0 Serial number: 0
    Enter user-name:
    To resolve the issue we have to connect the DB as sys user and shutdown and start the DB manually. As shown follows
    C:\Users\Administrator.F1STD.000>sqlplus /nolog
    SQL*Plus: Release 11.1.0.7.0 - Production on Thu May 7 09:49:03 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    SQL> connect sys/<passowrd>@<connect string> as sysdba
    Connected.
    SQL> shutdown abort
    ORACLE instance shut down.
    SQL> startup pfile=<p file loaction.>
    ORACLE instance started.
    Any clue why this is happening.
    Thanks
    With Regards
    Hemant.

    Hello,
    Pls find attached alert log contents.
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in client-side pfile E:\SC\SC15.1\DATABASES\ORACLECONFIG\INITNM45.ORA on machine SC15RQTFS
    System parameters with non-default values:
    processes = 1400
    resource_limit = TRUE
    pre_page_sga = TRUE
    dbwr_io_slaves = 1
    memory_target = 900M
    control_files = "E:\SC\SC15.1\DATABASES\ORACLECONFIG\CTL1NM45.ORA"
    control_files = "E:\SC\SC15.1\DATABASES\ORACLECONFIG\CTL2NM45.ORA"
    db_block_size = 8192
    db_writer_processes = 1
    compatible = "11.1.0.0.0"
    log_archive_dest = "E:\SC\SC15.1\Databases\OracleConfig"
    log_archive_format = "ARC%T.%S_%R"
    log_buffer = 3145728
    log_checkpoint_interval = 8000
    log_checkpoint_timeout = 0
    db_files = 1020
    db_file_multiblock_read_count= 32
    dml_locks = 200
    undo_management = "AUTO"
    undo_tablespace = "UNDOTSNM45"
    undo_retention = 21600
    sec_case_sensitive_logon = FALSE
    O7_DICTIONARY_ACCESSIBILITY= FALSE
    remote_login_passwordfile= "EXCLUSIVE"
    db_domain = "SC15RQT.NSN.COM"
    global_names = TRUE
    service_names = "ENMSCSDB.SC15RQT.NSN.COM"
    dispatchers = "(description=(address=(protocol=TCP)(PORT=1550))(dispatchers=1)(SDU = 2048))"
    dispatchers = "(description=(address=(protocol=TCP)(PORT=1551))(dispatchers=1)(SDU = 2048))"
    dispatchers = "(description=(address=(protocol=TCP)(PORT=1552))(dispatchers=1)(SDU = 2048))"
    shared_servers = 20
    max_shared_servers = 40
    local_listener = "(ADDRESS_LIST=(Address=(Protocol=TCP)(Host=SC15RQTFS)(Port=1529))(Address=(Protocol=TCP)(Host=SC15RQTFS)(Port=1526)))"
    session_cached_cursors = 100
    utl_file_dir = "E:\SC\SC15.1\Temp"
    utl_file_dir = "E:\SC\SC15.1\ArchiveData\AlarmArchive"
    utl_file_dir = "E:\SC\SC15.1\ArchiveData\RuleAnalyzerData"
    job_queue_processes = 7
    cursor_sharing = "FORCE"
    parallel_min_servers = 2
    parallel_max_servers = 10
    open_links = 8
    db_name = "ENMSCSDB"
    open_cursors = 150
    os_authent_prefix = "EXT$"
    diagnostic_dest = "E:\SC\SC15.1\DATABASES\ORACLECONFIG"
    max_dump_file_size = "10240"
    Tue May 12 21:28:32 2009
    PMON started with pid=2, OS id=2396
    Tue May 12 21:28:32 2009
    VKTM started with pid=3, OS id=2424 at elevated priority
    VKTM running at (20)ms precision
    Tue May 12 21:28:32 2009
    DIAG started with pid=4, OS id=2428
    Tue May 12 21:28:32 2009
    DBRM started with pid=5, OS id=2432
    Tue May 12 21:28:32 2009
    PSP0 started with pid=6, OS id=2436
    Tue May 12 21:28:32 2009
    DIA0 started with pid=7, OS id=2440
    Tue May 12 21:28:32 2009
    MMAN started with pid=8, OS id=2444
    Tue May 12 21:28:32 2009
    DBW0 started with pid=9, OS id=2464
    Tue May 12 21:28:32 2009
    LGWR started with pid=10, OS id=2468
    Tue May 12 21:28:32 2009
    CKPT started with pid=11, OS id=2472
    Tue May 12 21:28:32 2009
    SMON started with pid=12, OS id=2476
    Tue May 12 21:28:32 2009
    RECO started with pid=13, OS id=2480
    Tue May 12 21:28:32 2009
    MMON started with pid=14, OS id=2484
    Tue May 12 21:28:32 2009
    MMNL started with pid=15, OS id=2488
    starting up 1 dispatcher(s) for network address '(description=(address=(protocol=TCP)(PORT=1550))(dispatchers=1)(SDU=2048))'...
    starting up 1 dispatcher(s) for network address '(description=(address=(protocol=TCP)(PORT=1551))(dispatchers=1)(SDU=2048))'...
    starting up 1 dispatcher(s) for network address '(description=(address=(protocol=TCP)(PORT=1552))(dispatchers=1)(SDU=2048))'...
    starting up 20 shared server(s) ...
    ORACLE_BASE from environment = D:\Oracle\Ora11G
    Tue May 12 21:28:34 2009
    alter database mount exclusive
    Setting recovery target incarnation to 1
    Successful mount of redo thread 1, with mount id 1796259074
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Started redo scan
    Completed redo scan
    321 redo blocks read, 32 data blocks need recovery
    Started redo application at
    Thread 1: logseq 139, block 3789
    Recovery of Online Redo Log: Thread 1 Group 4 Seq 139 Reading mem 0
    Mem# 0: E:\SC\SC15.1\DATABASES\ORACLECONFIG\LOG4NM45.ORA
    Completed redo application of 0.03MB
    Tue May 12 21:28:40 2009
    Running KSFV I/O slave I101 os pid=3100
    Completed crash recovery at
    Thread 1: logseq 139, block 4110, scn 1687662
    32 data blocks read, 32 data blocks written, 321 redo blocks read
    Thread 1 advanced to log sequence 140 (thread open)
    Thread 1 opened at log sequence 140
    Current log# 5 seq# 140 mem# 0: E:\SC\SC15.1\DATABASES\ORACLECONFIG\LOG5NM45.ORA
    Successful open of redo thread 1
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Tue May 12 21:28:41 2009
    Running KSFV I/O slave I201 os pid=3104
    SMON: enabling cache recovery
    Successfully onlined Undo Tablespace 2.
    Verifying file header compatibility for 11g tablespace encryption..
    Verifying 11g file header compatibility for tablespace encryption completed
    Tue May 12 21:28:42 2009
    SMON: enabling tx recovery
    Database Characterset is WE8ISO8859P1
    Opening with internal Resource Manager plan
    Starting background process FBDA
    Tue May 12 21:28:43 2009
    FBDA started with pid=44, OS id=3112
    replication_dependency_tracking turned off (no async multimaster replication found)
    Tue May 12 21:28:44 2009
    Starting background process QMNC
    Tue May 12 21:28:44 2009
    QMNC started with pid=46, OS id=3212
    Completed: alter database open
    Tue May 12 21:28:49 2009
    Starting background process CJQ0
    Tue May 12 21:28:49 2009
    CJQ0 started with pid=50, OS id=3480
    Tue May 12 21:38:32 2009
    Starting background process SMCO
    Tue May 12 21:38:36 2009
    SMCO started with pid=55, OS id=2500
    Tue May 12 21:40:04 2009
    AUD: OS Error = 1717 encountered while writing audit record
    AUD: OS Error = 1717 encountered while writing audit record
    AUD: OS Error = 1717 encountered while writing audit record
    AUD: OS Error = 1717 encountered while writing audit record
    AUD: OS Error = 1717 encountered while writing audit record
    AUD: OS Error = 1717 encountered while writing audit record
    Tue May 12 21:48:24 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =169
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in client-side pfile E:\SC\SC15.1\DATABASES\ORACLECONFIG\INITNM45.ORA on machine SC15RQTFS
    System parameters with non-default values:
    processes = 1400
    resource_limit = TRUE
    pre_page_sga = TRUE
    dbwr_io_slaves = 1
    memory_target = 900M
    control_files = "E:\SC\SC15.1\DATABASES\ORACLECONFIG\CTL1NM45.ORA"
    control_files = "E:\SC\SC15.1\DATABASES\ORACLECONFIG\CTL2NM45.ORA"
    db_block_size = 8192
    db_writer_processes = 1
    compatible = "11.1.0.0.0"
    log_archive_dest = "E:\SC\SC15.1\Databases\OracleConfig"
    log_archive_format = "ARC%T.%S_%R"
    log_buffer = 3145728
    log_checkpoint_interval = 8000
    log_checkpoint_timeout = 0
    db_files = 1020
    db_file_multiblock_read_count= 32
    dml_locks = 200
    undo_management = "AUTO"
    undo_tablespace = "UNDOTSNM45"
    undo_retention = 21600
    sec_case_sensitive_logon = FALSE
    O7_DICTIONARY_ACCESSIBILITY= FALSE
    remote_login_passwordfile= "EXCLUSIVE"
    db_domain = "SC15RQT.NSN.COM"
    global_names = TRUE
    service_names = "ENMSCSDB.SC15RQT.NSN.COM"
    dispatchers = "(description=(address=(protocol=TCP)(PORT=1550))(dispatchers=1)(SDU = 2048))"
    dispatchers = "(description=(address=(protocol=TCP)(PORT=1551))(dispatchers=1)(SDU = 2048))"
    dispatchers = "(description=(address=(protocol=TCP)(PORT=1552))(dispatchers=1)(SDU = 2048))"
    shared_servers = 20
    max_shared_servers = 40
    local_listener = "(ADDRESS_LIST=(Address=(Protocol=TCP)(Host=SC15RQTFS)(Port=1529))(Address=(Protocol=TCP)(Host=SC15RQTFS)(Port=1526)))"
    session_cached_cursors = 100
    utl_file_dir = "E:\SC\SC15.1\Temp"
    utl_file_dir = "E:\SC\SC15.1\ArchiveData\AlarmArchive"
    utl_file_dir = "E:\SC\SC15.1\ArchiveData\RuleAnalyzerData"
    job_queue_processes = 7
    cursor_sharing = "FORCE"
    parallel_min_servers = 2
    parallel_max_servers = 10
    open_links = 8
    db_name = "ENMSCSDB"
    open_cursors = 150
    os_authent_prefix = "EXT$"
    diagnostic_dest = "E:\SC\SC15.1\DATABASES\ORACLECONFIG"
    max_dump_file_size = "10240"
    Tue May 12 21:48:31 2009
    ksuapc : ORA-1033 foreground process starts before PMON
    Tue May 12 21:48:31 2009
    PMON started with pid=2, OS id=2676
    Tue May 12 21:48:31 2009
    VKTM started with pid=3, OS id=2680 at elevated priority
    VKTM running at (20)ms precision
    Tue May 12 21:48:31 2009
    DIAG started with pid=4, OS id=2684
    Tue May 12 21:48:31 2009
    DBRM started with pid=5, OS id=2696
    Tue May 12 21:48:31 2009
    PSP0 started with pid=6, OS id=2700
    Tue May 12 21:48:31 2009
    DIA0 started with pid=7, OS id=2704
    Tue May 12 21:48:31 2009
    MMAN started with pid=9, OS id=2712
    Tue May 12 21:48:31 2009
    DBW0 started with pid=10, OS id=2716
    Tue May 12 21:48:31 2009
    LGWR started with pid=11, OS id=2720
    Tue May 12 21:48:31 2009
    CKPT started with pid=12, OS id=2724
    Tue May 12 21:48:31 2009
    SMON started with pid=13, OS id=2728
    Tue May 12 21:48:31 2009
    RECO started with pid=14, OS id=2732
    Tue May 12 21:48:31 2009
    MMON started with pid=15, OS id=2736
    Tue May 12 21:48:31 2009
    MMNL started with pid=16, OS id=2740
    starting up 1 dispatcher(s) for network address '(description=(address=(protocol=TCP)(PORT=1550))(dispatchers=1)(SDU=2048))'...
    starting up 1 dispatcher(s) for network address '(description=(address=(protocol=TCP)(PORT=1551))(dispatchers=1)(SDU=2048))'...
    starting up 1 dispatcher(s) for network address '(description=(address=(protocol=TCP)(PORT=1552))(dispatchers=1)(SDU=2048))'...
    starting up 20 shared server(s) ...
    ORACLE_BASE from environment = D:\Oracle\Ora11G
    Tue May 12 21:57:09 2009
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Time: 12-MAY-2009 21:57:09
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12606
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=180.144.135.92)(PORT=63722))
    WARNING: inbound connection timed out (ORA-3136)
    Tue May 12 21:57:12 2009
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Time: 12-MAY-2009 21:57:12
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12606
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=180.144.135.92)(PORT=63736))
    WARNING: inbound connection timed out (ORA-3136)
    Tue May 12 21:57:15 2009
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Time: 12-MAY-2009 21:57:15
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12606
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=180.144.135.92)(PORT=63762))
    WARNING: inbound connection timed out (ORA-3136)
    Tue May 12 21:57:18 2009
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Time: 12-MAY-2009 21:57:18
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12606
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=180.144.135.92)(PORT=63766))
    WARNING: inbound connection timed out (ORA-3136)
    Tue May 12 22:32:56 2009
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Time: 12-MAY-2009 22:32:56
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12606
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=180.144.248.180)(PORT=54039))
    WARNING: inbound connection timed out (ORA-3136)
    Wed May 13 09:30:02 2009
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Time: 13-MAY-2009 09:30:02
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12606
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=180.144.248.179)(PORT=54835))
    WARNING: inbound connection timed out (ORA-3136)
    Wed May 13 10:09:59 2009
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Time: 13-MAY-2009 10:09:59
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12606
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=180.144.248.179)(PORT=56445))
    WARNING: inbound connection timed out (ORA-3136)
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=180.144.248.179)(PORT=56445))
    WARNING: inbound connection timed out (ORA-3136)
    Wed May 13 11:16:06 2009
    Shutting down instance (abort)
    License high water mark = 3
    USER (ospid: 5376): terminating the instance
    Instance terminated by USER, pid = 5376
    Wed May 13 11:16:09 2009
    Instance shutdown complete
    Wed May 13 11:17:37 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =169
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in client-side pfile E:\SC\SC15.1\DATABASES\ORACLECONFIG\INITNM45.ORA on machine SC15RQTFS
    System parameters with non-default values:
    processes = 1400
    resource_limit = TRUE
    pre_page_sga = TRUE
    dbwr_io_slaves = 1
    memory_target = 900M
    control_files = "E:\SC\SC15.1\DATABASES\ORACLECONFIG\CTL1NM45.ORA"
    control_files = "E:\SC\SC15.1\DATABASES\ORACLECONFIG\CTL2NM45.ORA"
    db_block_size = 8192
    db_writer_processes = 1
    compatible = "11.1.0.0.0"
    log_archive_dest = "E:\SC\SC15.1\Databases\OracleConfig"
    log_archive_format = "ARC%T.%S_%R"
    log_buffer = 3145728
    log_checkpoint_interval = 8000
    log_checkpoint_timeout = 0
    db_files = 1020
    db_file_multiblock_read_count= 32
    dml_locks = 200
    undo_management = "AUTO"
    undo_tablespace = "UNDOTSNM45"
    undo_retention = 21600
    sec_case_sensitive_logon = FALSE
    O7_DICTIONARY_ACCESSIBILITY= FALSE
    remote_login_passwordfile= "EXCLUSIVE"
    db_domain = "SC15RQT.NSN.COM"
    global_names = TRUE
    service_names = "ENMSCSDB.SC15RQT.NSN.COM"
    dispatchers = "(description=(address=(protocol=TCP)(PORT=1550))(dispatchers=1)(SDU = 2048))"
    dispatchers = "(description=(address=(protocol=TCP)(PORT=1551))(dispatchers=1)(SDU = 2048))"
    dispatchers = "(description=(address=(protocol=TCP)(PORT=1552))(dispatchers=1)(SDU = 2048))"
    shared_servers = 20
    max_shared_servers = 40
    local_listener = "(ADDRESS_LIST=(Address=(Protocol=TCP)(Host=SC15RQTFS)(Port=1529))(Address=(Protocol=TCP)(Host=SC15RQTFS)(Port=1526)))"
    session_cached_cursors = 100
    utl_file_dir = "E:\SC\SC15.1\Temp"
    utl_file_dir = "E:\SC\SC15.1\ArchiveData\AlarmArchive"
    utl_file_dir = "E:\SC\SC15.1\ArchiveData\RuleAnalyzerData"
    job_queue_processes = 7
    cursor_sharing = "FORCE"
    parallel_min_servers = 2
    parallel_max_servers = 10
    open_links = 8
    db_name = "ENMSCSDB"
    open_cursors = 150
    os_authent_prefix = "EXT$"
    diagnostic_dest = "E:\SC\SC15.1\DATABASES\ORACLECONFIG"
    max_dump_file_size = "10240"
    Wed May 13 11:17:40 2009
    PMON started with pid=2, OS id=4124
    Wed May 13 11:17:40 2009
    VKTM started with pid=3, OS id=652 at elevated priority
    VKTM running at (20)ms precision
    Wed May 13 11:17:40 2009
    DIAG started with pid=5, OS id=5584
    Wed May 13 11:17:40 2009
    DBRM started with pid=4, OS id=5580
    Wed May 13 11:17:40 2009
    PSP0 started with pid=6, OS id=1880
    Wed May 13 11:17:40 2009
    DIA0 started with pid=8, OS id=4448
    Wed May 13 11:17:41 2009
    MMAN started with pid=7, OS id=4488
    Wed May 13 11:17:41 2009
    DBW0 started with pid=10, OS id=5068
    Wed May 13 11:17:41 2009
    LGWR started with pid=11, OS id=2332
    Wed May 13 11:17:41 2009
    CKPT started with pid=12, OS id=5432
    Wed May 13 11:17:41 2009
    SMON started with pid=13, OS id=5996
    Wed May 13 11:17:41 2009
    RECO started with pid=9, OS id=2376
    Wed May 13 11:17:41 2009
    MMON started with pid=15, OS id=4480
    starting up 1 dispatcher(s) for network address '(description=(address=(protocol=TCP)(PORT=1550))(dispatchers=1)(SDU=2048))'...
    starting up 1 dispatcher(s) for network address '(description=(address=(protocol=TCP)(PORT=1551))(dispatchers=1)(SDU=2048))'...
    starting up 1 dispatcher(s) for network address '(description=(address=(protocol=TCP)(PORT=1552))(dispatchers=1)(SDU=2048))'...
    starting up 20 shared server(s) ...
    Wed May 13 11:17:41 2009
    MMNL started with pid=14, OS id=4956
    ORACLE_BASE from environment = D:\Oracle\Ora11G
    Wed May 13 11:17:43 2009
    ALTER DATABASE MOUNT
    Setting recovery target incarnation to 1
    Successful mount of redo thread 1, with mount id 1796242263
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: ALTER DATABASE MOUNT
    Wed May 13 11:17:48 2009
    ALTER DATABASE OPEN
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Started redo scan
    Completed redo scan
    1898 redo blocks read, 356 data blocks need recovery
    Started redo application at
    Thread 1: logseq 140, block 74382
    Recovery of Online Redo Log: Thread 1 Group 5 Seq 140 Reading mem 0
    Mem# 0: E:\SC\SC15.1\DATABASES\ORACLECONFIG\LOG5NM45.ORA
    Completed redo application of 0.75MB
    Wed May 13 11:17:50 2009
    Running KSFV I/O slave I101 os pid=2044
    Completed crash recovery at
    Thread 1: logseq 140, block 76280, scn 1710686
    356 data blocks read, 356 data blocks written, 1898 redo blocks read
    Wed May 13 11:17:51 2009
    Thread 1 advanced to log sequence 141 (thread open)
    Thread 1 opened at log sequence 141
    Current log# 1 seq# 141 mem# 0: E:\SC\SC15.1\DATABASES\ORACLECONFIG\LOG1NM45.ORA
    Successful open of redo thread 1
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Wed May 13 11:17:51 2009
    Running KSFV I/O slave I201 os pid=3140
    Wed May 13 11:17:51 2009
    SMON: enabling cache recovery
    The problem is faced around 21:57:09 on 12 MAY.
    Thanks
    With Regards
    Hemant.

  • "Oracle initialization or shut down in progress" problem

    I installed oracle 9i on windows xp 2002 service pack2 before 20 days, it was working fine till now but now when i try to login from scott user with correct password it is giving oracle initialization or shut down in progress error and not letting me login.
    Any solution please?

    ora-00214:Control file
    'D:\General\1mcs\oracle\oradata\globaldb3\CONTROL01.CTL' version 16889
    inconsistent with file
    'D:\General\1mcs\oracle\oradata\globaldb3\CONTROL02.CTL' version 16885 Error: ORA 214
    Text: control file <name> version <num> inconsistent with file <name>
    version <num>
    Cause: An inconsistent set of control files, datafiles, and redo log files
    was used.
    Action: Use a consistent set of control files, datafiles, and redo log files.
    That is, all the files must be for the same database and from the same
    time period.
    edit you pfile, and set the control file as only any one of that and startup, If not try with second one. check by which controlfile you can able to open database, so that later you can multiplex the controlfile.

  • Error: ORA-01033: Oracle initialization or shudown in progress

    I can't connect to my Oracle database 10g XE from both browser and SQL*Plus.
    I get this Error message each time I try: ORA-01033: Oracle initialization or shudown in progress.
    I am so confused, since I worked with it successfully yesterday and tis morning, I restored my system to yesterday to no avail. I tried stopping the database from the start menu and I got the prompt that the stop was successful, I started the database from the start menu and got a prompt that the start up was successful, yet when I try to go to the database Home Page from the same start menu, Internet Explorer can't display the page and SQL*Plus returns the afore-mentioned error.
    What can I do to urgently connect to this database?

    this the result of executing the prescribed commands:
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Feb 12 09:13:43 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: / as sysdba
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> shutdown abort
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 285212672 bytes
    Fixed Size 1287016 bytes
    Variable Size 113249432 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 2904064 bytes
    ORA-00204: error in reading (block 3, # blocks 8) of control file
    ORA-00202: control file: 'C:\ORACLEXE\ORADATA\XE\CONTROL.DBF'
    ORA-27091: unable to queue I/O
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 23) Data error (cyclic redundancy check).
    SQL> startup
    The problem persist. Thanks for your reply
    Edited by: Glogo on Feb 12, 2010 12:58 AM

  • ORACLE initialization or shutdown in progress (DBD ERROR: OCISessionBegin)

    Hi Gurus,
    Require your help.Our databases are monitored by OEM grid.We have scheduled some cold backup for some of our databases,and the cold backup scripts have manual blackouts also mentioned in it during the cold backup,so that alerts are not raised during the cold backup,and post cold backup the blackouts are ended.Though the blackouts are configured during this cold backups,we keep getting this annoying message "Failed to connect to database instance: ORA-01033: ORACLE initialization or shutdown in progress (DBD ERROR: OCISessionBegin)".Is there any way to suppress the same.
    Regards
    Jimmy

    868460 wrote:
    Hi Gurus,
    Require your help.Our databases are monitored by OEM grid.We have scheduled some cold backup for some of our databases,and the cold backup scripts have manual blackouts also mentioned in it during the cold backup,so that alerts are not raised during the cold backup,and post cold backup the blackouts are ended.Though the blackouts are configured during this cold backups,we keep getting this annoying message "Failed to connect to database instance: ORA-01033: ORACLE initialization or shutdown in progress (DBD ERROR: OCISessionBegin)".Is there any way to suppress the same.
    While logged on to DB server as OS user "oracle" do as below
    sqlplus
    / as sysdba
    shutdown abort
    startup
    exit
    COPY commands above & results then PASTE all back here

Maybe you are looking for