28
January 06, 2012 7:57 AM Question Author: egovernment Date: 01/02/2012 - 05:17AM PST Expert Comment Author: praveencpk Date: 01/02/2012 - 05:45AM PST Expert Comment Author: wasimibm Date: 01/02/2012 - 09:57AM PST Expert Comment Author: awking00 Date: 01/03/2012 - 07:38AM PST Author Comment Author: egovernment Date: 01/03/2012 - 12:02PM PST Expert Comment Author: ajexpert Date: 01/03/2012 - 01:36PM PST Expert Comment Author: wasimibm Date: 01/03/2012 - 06:05PM PST Title: Urgent: ORACLE initialization or shutdown in progress Zone: Oracle Database Author's Account Type: Premium Service Member Author's Subject Experience: Unknown Time Zone: Pacific Standard Time (GMT-08:00) Points: 500 I can't log to Oracle database and I get this error message 1:ORACLE initialization or shutdown in progress What the solution ? check the alertlog file and post the error in it, this will be mostly the space issuse for the datafiles of the database. you can also try this. c:>sqlplus /nolog sql> connect sys as sysdba password: ******* check out this doc for more info http://dbaforums.org/oracle/index.php?showtopic=16688 first of all as mentioned check out for any errors in alert log. after this connect to database as sqlplus "/ as sysdba" and shutdown the database using shut immediate command after this startup the database, incase there are any accidental errors, the database will not startup, it will throw an error while starting up. if it starts up without any error, then your issue is resolved, if there are any errors, please post them here.. Are you an end user or developer? If so, your DBA or SA has probably taken the database down for some reason and you should contact them. first of all as mentioned check out for any errors in alert log How I do that ? Are you an end user or developer? If so, your DBA or SA has probably taken the database down for some reason and you should contact them. There no DBA or SA I'm a developer If you are developer, do you know where the DB is hosted? Who is the owner of the machine? You will find Alert logs where the DB is hosted first of all as mentioned check out for any errors in alert log How I do that ? ok.. have you done the rest of steps??? shutting down and starting up? if not, can you please do them to see if your problem is solved.. if the error persists, login to oracle db server to locate the location of alert log, you can easily get it in case your db is running, using the command. Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter... 1 28 من01/06/2012 07:58 م

Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

Embed Size (px)

Citation preview

Page 1: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

January 06, 2012 7:57 AM

Question Author: egovernment Date: 01/02/2012 - 05:17AM PST

Expert Comment Author: praveencpk Date: 01/02/2012 - 05:45AM PST

Expert Comment Author: wasimibm Date: 01/02/2012 - 09:57AM PST

Expert Comment Author: awking00 Date: 01/03/2012 - 07:38AM PST

Author Comment Author: egovernment Date: 01/03/2012 - 12:02PM PST

Expert Comment Author: ajexpert Date: 01/03/2012 - 01:36PM PST

Expert Comment Author: wasimibm Date: 01/03/2012 - 06:05PM PST

Title: Urgent: ORACLE initialization or shutdown in progress

Zone: Oracle Database

Author's Account Type: Premium Service Member

Author's Subject Experience: Unknown

Time Zone: Pacific Standard Time (GMT-08:00)

Points: 500

I can't log to Oracle database and I get this error message

1:ORACLE initialization or shutdown in progress

What the solution ?

check the alertlog file and post the error in it, this will be mostly the space issuse for the datafiles of the database.

you can also try this.

c:>sqlplus /nologsql> connect sys as sysdbapassword: *******

check out this doc for more infohttp://dbaforums.org/oracle/index.php?showtopic=16688

first of all as mentioned check out for any errors in alert log.

after this connect to database as

sqlplus "/ as sysdba"

and shutdown the database using shut immediate command

after this startup the database, incase there are any accidental errors, the database will not startup, it will throw an error while starting up.

if it starts up without any error, then your issue is resolved, if there are any errors, please post them here..

Are you an end user or developer? If so, your DBA or SA has probably taken the database down for some reason and you should contact them.

first of all as mentioned check out for any errors in alert logHow I do that ?

Are you an end user or developer? If so, your DBA or SA has probably taken the database down for some reason and you should contact them.There no DBA or SAI'm a developer

If you are developer, do you know where the DB is hosted? Who is the owner of the machine?

You will find Alert logs where the DB is hosted

first of all as mentioned check out for any errors in alert logHow I do that ?

ok.. have you done the rest of steps??? shutting down and starting up?

if not, can you please do them to see if your problem is solved..

if the error persists, login to oracle db server

to locate the location of alert log, you can easily get it in case your db is running, using the command.

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 1 م 07:58 01/06/2012

Page 2: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

Expert Comment Author: awking00 Date: 01/04/2012 - 08:10AM PST

Author Comment Author: egovernment Date: 01/04/2012 - 08:28AM PST

Author Comment Author: egovernment Date: 01/04/2012 - 08:40AM PST

Author Comment Author: egovernment Date: 01/04/2012 - 09:07AM PST

Expert Comment Author: wasimibm Date: 01/04/2012 - 10:10AM PST

select name,value from v$parameter where name ='background_core_dump';

incase your db is not running, go to the $ORACLE_HOME folder(in case db is hosted on windows, you can go to environment variables to find out what youroracle_home is, in case of unix you have to login using oracle login to find out this).

try to do a shutdown and startup, if this doesnot work then come back with details, what is OS of your db, then we can analyze further

There is bound to be a database administrator or system administrator of some sort. Who is it that has the ability to shut down or start up the database? That'swho you need to answer your question.

Hi wasimibm

after this startup the database, incase there are any accidental errors, the database will not startup, it will throw an error while starting up.

Can you tell me what I write with the startup command ?

I do the following: -

1:2:3:

sqlplus "/ as sysdba"shutdownstartup

And the result in attach file

1.jpg (81 KB) Result

Hi awking00

There is bound to be a database administrator or system administrator of some sort. Who is it that has the ability to shut down or start up the database?

No there any DBA or SA in our company only I'm available as a developer

execute these commands

1:recover datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\SYSTEM01.DBF';

if this doesnot work, then execute this

1:startup mount;

after this execute the above command again

1:recover datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\SYSTEM01.DBF';

it will give you a message as

Media recovery complete.

after this execute the command

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 2 م 07:58 01/06/2012

Page 3: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

Author Comment Author: egovernment Date: 01/04/2012 - 10:55AM PST

1:alter database open;

more info can be seen on these links

http://www.orafaq.com/forum/t/62097/2/

www.dba-oracle.com/t_ora_01113_file_string_needs_media_recovery.htm

Hi wasimibm

Please check attach files

2.jpg (165 KB) 2

3.jpg (164 KB) 3

4.jpg (139 KB) 4

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 3 م 07:58 01/06/2012

Page 4: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

Expert Comment Author: wasimibm Date: 01/04/2012 - 11:04AM PST

Expert Comment Author: wasimibm Date: 01/04/2012 - 11:06AM PST

Author Comment Author: egovernment Date: 01/04/2012 - 11:41AM PST

type exit over thereand login to database again as sqlplus " / as sysdba"

shutdown immediate;

startup mount;

alter database open;

this should work

else follow the suggestions from the burleson site on resolving this error, you just need to restart the ipcs process for allocating memory to oracle backgroundprocess.

http://www.dba-oracle.com/t_ora_24324_service_handle_not_initialized.htm

as this is a windows machine.. you might have problems finding the root user, just restart the machine.. all processes will automatically restart...

wasimibm

I restart the machine after that I do the following command:

1:2:3:4:5:

shutdown immediate;

startup mount;

alter database open;

Please check attach file

5.jpg (126 KB) 5

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 4 م 07:58 01/06/2012

Page 5: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

Expert Comment Author: wasimibm Date: 01/04/2012 - 11:45AM PST

Author Comment Author: egovernment Date: 01/04/2012 - 11:59AM PST

ok.. i think you have got some problem with datafiles, they might need a proper recovery...

try to recover the files in the same way we did earlier..

1:recover datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\SYSTEM01.DBF';

after recovery is complete

1:2:3:4:5:

shutdown immediate;

startup mount;

alter database open;

lets try to see what happens, even if this shows another file needs recovery we will do the same process, we will recover one file at a time and will repeat thesesteps..

wasimibm

Please check the result

1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30:31:32:33:34:35:36:37:

Microsoft Windows [Version 6.1.7600]Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Administrator>sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jan 4 23:39:50 2012

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

Connected to:Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionWith the Partitioning, OLAP and Data Mining options

SQL> shutdown immediate;ORA-01109: database not open

Database dismounted.ORACLE instance shut down.SQL> startup mount;ORACLE instance started.

Total System Global Area 293601280 bytesFixed Size 1330520 bytesVariable Size 103461544 bytesDatabase Buffers 184549376 bytesRedo Buffers 4259840 bytesDatabase mounted.SQL> alter database open;alter database open*ERROR at line 1:ORA-01113: file 1 needs media recoveryORA-01110: data file 1:'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\SYSTEM01.DBF'

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 5 م 07:58 01/06/2012

Page 6: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

38:39:40:41:42:43:44:45:46:47:48:49:50:51:52:53:54:55:56:57:58:59:60:61:62:63:64:65:66:67:68:69:70:71:72:73:74:75:76:77:78:79:80:81:82:83:84:85:86:87:88:89:90:91:92:93:94:95:96:97:98:99:100:101:102:103:104:105:106:107:108:109:110:111:112:113:114:115:116:117:118:119:120:121:122:123:124:125:126:127:128:129:130:131:132:133:134:135:136:137:138:139:140:141:142:143:144:145:146:147:148:149:150:151:152:153:154:155:156:

SQL> recover datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\SYSTEM01.DBF';Media recovery complete.SQL> shutdown immediate;ORA-01109: database not open

Database dismounted.ORACLE instance shut down.SQL> startup mount;ORACLE instance started.

Total System Global Area 293601280 bytesFixed Size 1330520 bytesVariable Size 103461544 bytesDatabase Buffers 184549376 bytesRedo Buffers 4259840 bytesDatabase mounted.SQL> alter database open;alter database open*ERROR at line 1:ORA-01113: file 2 needs media recoveryORA-01110: data file 2:'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\UNDOTBS01.DBF'

SQL> recover datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\UNDOTBS01.DBF';

Media recovery complete.SQL> shutdown immediate;ORA-01109: database not open

Database dismounted.ORACLE instance shut down.SQL> startup mount;ORACLE instance started.

Total System Global Area 293601280 bytesFixed Size 1330520 bytesVariable Size 103461544 bytesDatabase Buffers 184549376 bytesRedo Buffers 4259840 bytesDatabase mounted.SQL> alter database open;alter database open*ERROR at line 1:ORA-01113: file 3 needs media recoveryORA-01110: data file 3:'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\SYSAUX01.DBF'

SQL> recover datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\SYSAUX01.DBF';Media recovery complete.SQL> shutdown immediate;ORA-01109: database not open

Database dismounted.ORACLE instance shut down.SQL> startup mount;ORACLE instance started.

Total System Global Area 293601280 bytesFixed Size 1330520 bytesVariable Size 103461544 bytesDatabase Buffers 184549376 bytesRedo Buffers 4259840 bytesDatabase mounted.SQL> alter database open;alter database open*ERROR at line 1:ORA-01113: file 4 needs media recoveryORA-01110: data file 4: 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\USERS01.DBF'

SQL> recover datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\USERS01.DBF';Media recovery complete.SQL> shutdown immediate;ORA-01109: database not open

Database dismounted.ORACLE instance shut down.SQL> alter database open;alter database open*ERROR at line 1:ORA-01034: ORACLE not available

SQL> startup mount;ORACLE instance started.

Total System Global Area 293601280 bytesFixed Size 1330520 bytesVariable Size 103461544 bytesDatabase Buffers 184549376 bytesRedo Buffers 4259840 bytesDatabase mounted.SQL> alter database open;alter database open*ERROR at line 1:ORA-01113: file 5 needs media recoveryORA-01110: data file 5:'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\EARCHIVE.DBF'

SQL> recover datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\EARCHIVE.DBF';Media recovery complete.SQL> shutdown immediate;ORA-01109: database not open

Database dismounted.

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 6 م 07:58 01/06/2012

Page 7: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

Expert Comment Author: wasimibm Date: 01/04/2012 - 12:09PM PST

Author Comment Author: egovernment Date: 01/05/2012 - 06:33AM PST

Author Comment Author: egovernment Date: 01/05/2012 - 06:35AM PST

Expert Comment Author: wasimibm Date: 01/05/2012 - 09:50AM PST

Author Comment Author: egovernment Date: 01/05/2012 - 10:08AM PST

Expert Comment Author: wasimibm Date: 01/05/2012 - 10:20AM PST

157:158:159:160:161:162:163:164:165:166:167:168:169:170:171:172:173:174:

ORACLE instance shut down.SQL> startup mount;ORACLE instance started.

Total System Global Area 293601280 bytesFixed Size 1330520 bytesVariable Size 103461544 bytesDatabase Buffers 184549376 bytesRedo Buffers 4259840 bytesDatabase mounted.SQL> alter database open;alter database open*ERROR at line 1:ORA-01092: ORACLE instance terminated. Disconnection forced

SQL>

shutdown immediate;startup mount;alter database recover;alter database open;

if this doesn't help then

Well.. i think, its time to examine your alert log..some thing has probably gone wrong..!!

paste last 200 lines of your alert log to examine further..

try these steps once now..

all these sites are saying that there might be problem at OS level (ie., file system)

http://www.dba-oracle.com/t_ora_01092_oracle_instance_terminated.htm

https://forums.oracle.com/forums/thread.jspa?threadID=1059824

wasimibm

I execute the commands

1:2:3:4:5:6:7:8:9:10:11:12:13:14:

SQL> shutdown immediate;ORA-24324: service handle not initializedORA-01041: internal error. hostdef extension doesn't existSQL> startup mount;ORA-24324: service handle not initializedORA-01041: internal error. hostdef extension doesn't existSQL> alter database recover;ERROR:ORA-03114: not connected to ORACLE

SQL> alter database open;ERROR:ORA-03114: not connected to ORACLE

Any solution please ?

you haven't posted the contents of your alert log file..

we need to examine it.. to check out why the errors have occured..!!

ok wasimibm

Tell me step by step how I can go to the alert log file

:) .. if your database is mount state even we could have found out easily.. now its a little bit difficult...

how ever try this...

go to command prompt and type echo %ORACLE_HOME%

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 7 م 07:58 01/06/2012

Page 8: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

Expert Comment Author: wasimibm Date: 01/05/2012 - 10:29AM PST

Author Comment Author: egovernment Date: 01/05/2012 - 10:38AM PST

Expert Comment Author: wasimibm Date: 01/05/2012 - 10:42AM PST

Author Comment Author: egovernment Date: 01/05/2012 - 11:55AM PST

Author Comment Author: egovernment Date: 01/05/2012 - 12:09PM PST

Expert Comment Author: wasimibm Date: 01/05/2012 - 06:40PM PST

normally it would be present in directory like this

C:\admin\local\bdump

where admin and bdump are standard folder and local is the sid of your oracle database..

if you are on oracle10g try to search out for admin folder in your machine or simply search for alert.log in all directories..

sorry.. oracle home is different.typo mistake.. ignore abt ORACLE_HOME.. try to find out the directory structure mentioned over there

C:\admin\local\bdump

where in admin and bdump would be present in your system too, local will not be present as it is <ORACLE_SID>

ie., your oracle_sid name folder would be present ideally in your case...

if you can post in next 15 mins, i would be able to have a look at your alert log, else i am logging for today.. will check it out 2mrow..

There no command give me the folder contain alert log file ?

bdump is the folder which will contain the alert log, alert_<oracle_sid>.log is the alert log of the database where the alert is written normally..

if your database is up, then we would have found out easily by doing the following steps

1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:

C:\Documents and Settings\Administrator>sqlplus "/ as sysdba"

SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jan 6 00:11:09 2012

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

Connected to:Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionWith the Partitioning, OLAP and Data Mining options

SQL> show parameter background;

NAME TYPE VALUE------------------------------------ ----------- ------------------------background_core_dump string partialbackground_dump_dest string [b]C:\ADMIN\LOCAL\BDUMP[/b]SQL>

these are results of my machine. your machine will have a different output..!!!

You can found alert file from this linkalert file

1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:

SQL> shutdown immediate;ORA-01109: database not open

Database dismounted.ORACLE instance shut down.SQL> startup mount;ORACLE instance started.

Total System Global Area 293601280 bytesFixed Size 1330520 bytesVariable Size 103461544 bytesDatabase Buffers 184549376 bytesRedo Buffers 4259840 bytesDatabase mounted.SQL> alter database recover;

Database altered.

SQL> alter database open;alter database open*ERROR at line 1:ORA-01092: ORACLE instance terminated. Disconnection forced

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 8 م 07:58 01/06/2012

Page 9: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

Author Comment Author: egovernment Date: 01/05/2012 - 09:19PM PST

Author Comment Author: egovernment Date: 01/05/2012 - 09:22PM PST

Author Comment Author: egovernment Date: 01/05/2012 - 10:17PM PST

I'm afraid.. what file have you placed over there.. i just opened it and my system has got hung..later on i found that is little more than 1GB, i just requested a some last few lines(200-300).

Hi wasimibm

This is alert log file and size near 1 giga so this database since many years

I can't open this log file or need pc with big memory more than 6 giga

There a command to display last 200 lines from SQL ?

Ok I copy these lines from alert log file

1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30:31:32:33:34:35:36:37:38:39:40:41:42:43:44:45:46:47:48:49:50:51:52:53:54:55:56:57:58:59:60:61:62:63:64:65:66:67:68:69:70:71:72:73:74:75:76:77:78:79:80:81:82:83:84:85:

Wed Jan 04 22:35:08 2012alter database openWed Jan 04 22:35:08 2012ORA-1113 signalled during: alter database open...Wed Jan 04 22:35:52 2012ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\USER01.DBF' Wed Jan 04 22:35:52 2012ORA-1179 signalled during: ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\USER01.DBF' ...Wed Jan 04 22:36:10 2012ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\USERS01.DBF' Wed Jan 04 22:36:10 2012Media Recovery Start parallel recovery started with 15 processesWed Jan 04 22:36:10 2012Recovery of Online Redo Log: Thread 1 Group 1 Seq 1 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO01.LOGCompleted: ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\USERS01.DBF' Wed Jan 04 22:36:20 2012alter database openWed Jan 04 22:36:21 2012ORA-1113 signalled during: alter database open...Wed Jan 04 22:37:01 2012ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\EARCHIVE.DBF' Wed Jan 04 22:37:01 2012Media Recovery Start parallel recovery started with 15 processesWed Jan 04 22:37:02 2012Recovery of Online Redo Log: Thread 1 Group 1 Seq 1 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO01.LOGCompleted: ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\EARCHIVE.DBF' Wed Jan 04 22:37:08 2012alter database openWed Jan 04 22:37:08 2012Beginning crash recovery of 1 threads parallel recovery started with 15 processesWed Jan 04 22:37:09 2012Started redo scanWed Jan 04 22:37:09 2012Completed redo scan 0 redo blocks read, 0 data blocks need recoveryWed Jan 04 22:37:09 2012Started redo application at Thread 1: logseq 1, block 3, scn 34367875Wed Jan 04 22:37:09 2012Recovery of Online Redo Log: Thread 1 Group 1 Seq 1 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO01.LOGWed Jan 04 22:37:09 2012Completed redo applicationWed Jan 04 22:37:09 2012Completed crash recovery at Thread 1: logseq 1, block 3, scn 34387876 0 data blocks read, 0 data blocks written, 0 redo blocks readWed Jan 04 22:37:09 2012Thread 1 advanced to log sequence 2Thread 1 opened at log sequence 2 Current log# 2 seq# 2 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO02.LOGSuccessful open of redo thread 1Wed Jan 04 22:37:09 2012MTTR advisory is disabled because FAST_START_MTTR_TARGET is not setWed Jan 04 22:37:09 2012SMON: enabling cache recoveryWed Jan 04 22:37:10 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\udump\mojdms01_ora_7740.trc:ORA-00600: internal error code, arguments: [4193], [49], [55], [], [], [], [], []

Wed Jan 04 22:37:11 2012Doing block recovery for file 1 block 22Block recovery from logseq 2, block 3 to scn 34387883Wed Jan 04 22:37:11 2012Recovery of Online Redo Log: Thread 1 Group 2 Seq 2 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO02.LOGBlock recovery stopped at EOT rba 2.5.16Block recovery completed at rba 2.5.16, scn 0.34387882Doing block recovery for file 1 block 9Block recovery from logseq 2, block 3 to scn 34387881Wed Jan 04 22:37:11 2012Recovery of Online Redo Log: Thread 1 Group 2 Seq 2 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO02.LOGBlock recovery completed at rba 2.5.16, scn 0.34387882Wed Jan 04 22:37:11 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\udump\mojdms01_ora_7740.trc:ORA-00604: error occurred at recursive SQL level 1ORA-00607: Internal error occurred while making a change to a data blockORA-00600: internal error code, arguments: [4193], [49], [55], [], [], [], [], []

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 9 م 07:58 01/06/2012

Page 10: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

86:87:88:89:90:91:92:93:94:95:96:97:98:99:100:101:102:103:104:105:106:107:108:109:110:111:112:113:114:115:116:117:118:119:120:121:122:123:124:125:126:127:128:129:130:131:132:133:134:135:136:137:138:139:140:141:142:143:144:145:146:147:148:149:150:151:152:153:154:155:156:157:158:159:160:161:162:163:164:165:166:167:168:169:170:171:172:173:174:175:176:177:178:179:180:181:182:183:184:185:186:187:188:189:190:191:192:193:194:195:196:197:198:199:200:201:202:203:204:

Error 604 happened during db open, shutting down databaseUSER: terminating instance due to error 604Wed Jan 04 22:37:11 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_psp0_6816.trc:ORA-00604: error occurred at recursive SQL level

Wed Jan 04 22:37:11 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_pmon_5236.trc:ORA-00604: error occurred at recursive SQL level

Wed Jan 04 22:37:13 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_reco_6844.trc:ORA-00604: error occurred at recursive SQL level

Wed Jan 04 22:37:13 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_smon_5040.trc:ORA-00604: error occurred at recursive SQL level

Wed Jan 04 22:37:13 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_ckpt_2300.trc:ORA-00604: error occurred at recursive SQL level

Wed Jan 04 22:37:13 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_lgwr_6588.trc:ORA-00604: error occurred at recursive SQL level

Wed Jan 04 22:37:14 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_dbw1_4924.trc:ORA-00604: error occurred at recursive SQL level

Wed Jan 04 22:37:14 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_dbw0_1092.trc:ORA-00604: error occurred at recursive SQL level

Wed Jan 04 22:37:14 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_mman_8040.trc:ORA-00604: error occurred at recursive SQL level

Instance terminated by USER, pid = 7740ORA-1092 signalled during: alter database open...ksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2. db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=2096PSP0 started with pid=4, OS id=7288MMAN started with pid=6, OS id=5960DBW0 started with pid=8, OS id=5348DBW1 started with pid=10, OS id=7780LGWR started with pid=12, OS id=7836CKPT started with pid=14, OS id=2300SMON started with pid=16, OS id=5092RECO started with pid=18, OS id=6016CJQ0 started with pid=20, OS id=4760MMON started with pid=22, OS id=4936MMNL started with pid=24, OS id=7360Wed Jan 04 23:23:39 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Wed Jan 04 23:23:40 2012alter database mount exclusiveWed Jan 04 23:23:44 2012Setting recovery target incarnation to 2Wed Jan 04 23:23:44 2012Successful mount of redo thread 1, with mount id 3025588540Wed Jan 04 23:23:44 2012Database mounted in Exclusive ModeCompleted: alter database mount exclusiveWed Jan 04 23:23:44 2012alter database openORA-1113 signalled during: alter database open...Wed Jan 04 23:24:33 2012Shutting down instance: further logons disabledWed Jan 04 23:24:33 2012Stopping background process CJQ0Wed Jan 04 23:24:34 2012Stopping background process MMNLWed Jan 04 23:24:35 2012Stopping background process MMONWed Jan 04 23:24:36 2012Shutting down instance (immediate)License high water mark = 2Wed Jan 04 23:24:36 2012Stopping Job queue slave processesWed Jan 04 23:24:36 2012Job queue slave processes stoppedWaiting for dispatcher 'D000' to shutdownAll dispatchers and shared servers shutdownWed Jan 04 23:24:38 2012ALTER DATABASE CLOSE NORMALORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...Wed Jan 04 23:24:38 2012ALTER DATABASE DISMOUNT

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 10 م 07:58 01/06/2012

Page 11: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

205:206:207:208:209:210:211:212:213:214:215:216:217:218:219:220:221:222:223:224:225:226:227:228:229:230:231:232:233:234:235:236:237:238:239:240:241:242:243:244:245:246:247:248:249:250:251:252:253:254:255:256:257:258:259:260:261:262:263:264:265:266:267:268:269:270:271:272:273:274:275:276:277:278:279:280:281:282:283:284:285:286:287:288:289:290:291:292:293:294:295:296:297:298:299:300:301:302:303:304:305:306:307:308:309:310:311:312:313:314:315:316:317:318:319:320:321:322:323:

Completed: ALTER DATABASE DISMOUNTARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeWed Jan 04 23:25:13 2012Adjusting the default value of parameter parallel_max_serversfrom 320 to 135 due to the value of parameter processes (150)Wed Jan 04 23:25:13 2012Starting ORACLE instance (normal)LICENSE_MAX_SESSION = 0LICENSE_SESSIONS_WARNING = 0Picked latch-free SCN scheme 2Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DESTAutotune of undo retention is turned on. IMODE=BRILAT =18LICENSE_MAX_USERS = 0SYS auditing is disabledksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2. db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=5964PSP0 started with pid=4, OS id=7824MMAN started with pid=6, OS id=5756DBW0 started with pid=8, OS id=7788DBW1 started with pid=10, OS id=6612LGWR started with pid=12, OS id=2548CKPT started with pid=14, OS id=6324SMON started with pid=16, OS id=7468RECO started with pid=18, OS id=6728CJQ0 started with pid=20, OS id=7812MMON started with pid=22, OS id=4924MMNL started with pid=24, OS id=6640Wed Jan 04 23:25:13 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Wed Jan 04 23:25:14 2012ALTER DATABASE MOUNTWed Jan 04 23:25:18 2012Setting recovery target incarnation to 2Wed Jan 04 23:25:18 2012Successful mount of redo thread 1, with mount id 3025587610Wed Jan 04 23:25:18 2012Database mounted in Exclusive ModeCompleted: ALTER DATABASE MOUNTWed Jan 04 23:25:47 2012alter database openWed Jan 04 23:25:47 2012ORA-1113 signalled during: alter database open...ksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2. db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PSP0 started with pid=4, OS id=3052MMAN started with pid=6, OS id=3056DBW0 started with pid=8, OS id=3240DBW1 started with pid=10, OS id=3268LGWR started with pid=12, OS id=3276CKPT started with pid=14, OS id=3300SMON started with pid=16, OS id=3312RECO started with pid=18, OS id=3320

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 11 م 07:58 01/06/2012

Page 12: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

324:325:326:327:328:329:330:331:332:333:334:335:336:337:338:339:340:341:342:343:344:345:346:347:348:349:350:351:352:353:354:355:356:357:358:359:360:361:362:363:364:365:366:367:368:369:370:371:372:373:374:375:376:377:378:379:380:381:382:383:384:385:386:387:388:389:390:391:392:393:394:395:396:397:398:399:400:401:402:403:404:405:406:407:408:409:410:411:412:413:414:415:416:417:418:419:420:421:422:423:424:425:426:427:428:429:430:431:432:433:434:435:436:437:438:439:440:441:442:

CJQ0 started with pid=20, OS id=3328MMON started with pid=22, OS id=3336MMNL started with pid=24, OS id=3344Wed Jan 04 23:33:19 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Wed Jan 04 23:33:19 2012alter database mount exclusivePMON started with pid=2, OS id=3048Setting recovery target incarnation to 2Wed Jan 04 23:33:24 2012Successful mount of redo thread 1, with mount id 3025561983Wed Jan 04 23:33:24 2012Database mounted in Exclusive ModeCompleted: alter database mount exclusiveWed Jan 04 23:33:24 2012alter database openORA-1113 signalled during: alter database open...Wed Jan 04 23:40:28 2012Shutting down instance: further logons disabledWed Jan 04 23:40:28 2012Stopping background process CJQ0Wed Jan 04 23:40:28 2012Stopping background process MMNLWed Jan 04 23:40:29 2012Stopping background process MMONWed Jan 04 23:40:30 2012Shutting down instance (immediate)License high water mark = 1Wed Jan 04 23:40:30 2012Stopping Job queue slave processesWed Jan 04 23:40:30 2012Job queue slave processes stoppedWaiting for dispatcher 'D000' to shutdownAll dispatchers and shared servers shutdownWed Jan 04 23:40:32 2012ALTER DATABASE CLOSE NORMALORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...Wed Jan 04 23:40:32 2012ALTER DATABASE DISMOUNTCompleted: ALTER DATABASE DISMOUNTARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeWed Jan 04 23:41:00 2012Adjusting the default value of parameter parallel_max_serversfrom 320 to 135 due to the value of parameter processes (150)Wed Jan 04 23:41:00 2012Starting ORACLE instance (normal)LICENSE_MAX_SESSION = 0LICENSE_SESSIONS_WARNING = 0Picked latch-free SCN scheme 2Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DESTAutotune of undo retention is turned on. IMODE=BRILAT =18LICENSE_MAX_USERS = 0SYS auditing is disabledksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2. db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=416PSP0 started with pid=4, OS id=888MMAN started with pid=6, OS id=1416DBW0 started with pid=8, OS id=2024DBW1 started with pid=10, OS id=4776LGWR started with pid=12, OS id=7028CKPT started with pid=14, OS id=1008SMON started with pid=16, OS id=7032RECO started with pid=18, OS id=5504CJQ0 started with pid=20, OS id=5684MMON started with pid=22, OS id=6348MMNL started with pid=24, OS id=5888Wed Jan 04 23:41:01 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Wed Jan 04 23:41:02 2012ALTER DATABASE MOUNTWed Jan 04 23:41:06 2012Setting recovery target incarnation to 2Wed Jan 04 23:41:06 2012Successful mount of redo thread 1, with mount id 3025552718Wed Jan 04 23:41:06 2012Database mounted in Exclusive ModeCompleted: ALTER DATABASE MOUNTWed Jan 04 23:41:26 2012alter database open

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 12 م 07:58 01/06/2012

Page 13: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

443:444:445:446:447:448:449:450:451:452:453:454:455:456:457:458:459:460:461:462:463:464:465:466:467:468:469:470:471:472:473:474:475:476:477:478:479:480:481:482:483:484:485:486:487:488:489:490:491:492:493:494:495:496:497:498:499:500:501:502:503:504:505:506:507:508:509:510:511:512:513:514:515:516:517:518:519:520:521:522:523:524:525:526:527:528:529:530:531:532:533:534:535:536:537:538:539:540:541:542:543:544:545:546:547:548:549:550:551:552:553:554:555:556:557:558:559:560:561:

Wed Jan 04 23:41:26 2012ORA-1113 signalled during: alter database open...Wed Jan 04 23:47:42 2012db_recovery_file_dest_size of 2048 MB is 0.00% used. This is auser-specified limit on the amount of space that will be used by thisdatabase for recovery-related files, and does not reflect the amount ofspace available in the underlying filesystem or ASM diskgroup.Wed Jan 04 23:51:32 2012ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\SYSTEM01.DBF' Wed Jan 04 23:51:33 2012Media Recovery Start parallel recovery started with 15 processesWed Jan 04 23:51:34 2012Recovery of Online Redo Log: Thread 1 Group 2 Seq 2 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO02.LOGCompleted: ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\SYSTEM01.DBF' Wed Jan 04 23:52:15 2012Shutting down instance: further logons disabledWed Jan 04 23:52:15 2012Stopping background process CJQ0Wed Jan 04 23:52:16 2012Stopping background process MMNLWed Jan 04 23:52:17 2012Stopping background process MMONWed Jan 04 23:52:18 2012Shutting down instance (immediate)License high water mark = 16Wed Jan 04 23:52:18 2012Stopping Job queue slave processesWed Jan 04 23:52:18 2012Job queue slave processes stoppedWaiting for dispatcher 'D000' to shutdownAll dispatchers and shared servers shutdownWed Jan 04 23:52:20 2012ALTER DATABASE CLOSE NORMALORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...Wed Jan 04 23:52:20 2012ALTER DATABASE DISMOUNTCompleted: ALTER DATABASE DISMOUNTARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeWed Jan 04 23:52:49 2012Adjusting the default value of parameter parallel_max_serversfrom 320 to 135 due to the value of parameter processes (150)Wed Jan 04 23:52:49 2012Starting ORACLE instance (normal)LICENSE_MAX_SESSION = 0LICENSE_SESSIONS_WARNING = 0Picked latch-free SCN scheme 2Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DESTAutotune of undo retention is turned on. IMODE=BRILAT =18LICENSE_MAX_USERS = 0SYS auditing is disabledksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2. db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=1360PSP0 started with pid=4, OS id=6700MMAN started with pid=6, OS id=1660DBW0 started with pid=8, OS id=188DBW1 started with pid=10, OS id=6436LGWR started with pid=12, OS id=5512CKPT started with pid=14, OS id=6724SMON started with pid=16, OS id=3468RECO started with pid=18, OS id=2828CJQ0 started with pid=20, OS id=6232MMON started with pid=22, OS id=3472MMNL started with pid=24, OS id=6568Wed Jan 04 23:52:49 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Wed Jan 04 23:52:50 2012ALTER DATABASE MOUNTWed Jan 04 23:52:55 2012Setting recovery target incarnation to 2Wed Jan 04 23:52:55 2012Successful mount of redo thread 1, with mount id 3025590546Wed Jan 04 23:52:55 2012Database mounted in Exclusive ModeCompleted: ALTER DATABASE MOUNTWed Jan 04 23:53:21 2012alter database openWed Jan 04 23:53:21 2012ORA-1113 signalled during: alter database open...

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 13 م 07:58 01/06/2012

Page 14: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

562:563:564:565:566:567:568:569:570:571:572:573:574:575:576:577:578:579:580:581:582:583:584:585:586:587:588:589:590:591:592:593:594:595:596:597:598:599:600:601:602:603:604:605:606:607:608:609:610:611:612:613:614:615:616:617:618:619:620:621:622:623:624:625:626:627:628:629:630:631:632:633:634:635:636:637:638:639:640:641:642:643:644:645:646:647:648:649:650:651:652:653:654:655:656:657:658:659:660:661:662:663:664:665:666:667:668:669:670:671:672:673:674:675:676:677:678:679:680:

Wed Jan 04 23:54:24 2012ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\UNDOTBS01.DBF' Wed Jan 04 23:54:24 2012Media Recovery Start parallel recovery started with 15 processesWed Jan 04 23:54:25 2012Recovery of Online Redo Log: Thread 1 Group 2 Seq 2 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO02.LOGCompleted: ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\UNDOTBS01.DBF' Wed Jan 04 23:54:53 2012Shutting down instance: further logons disabledWed Jan 04 23:54:53 2012Stopping background process MMNLWed Jan 04 23:54:54 2012Stopping background process MMONWed Jan 04 23:54:54 2012Stopping background process CJQ0Wed Jan 04 23:54:55 2012Shutting down instance (immediate)License high water mark = 16Wed Jan 04 23:54:55 2012Stopping Job queue slave processesWed Jan 04 23:54:55 2012Job queue slave processes stoppedWaiting for dispatcher 'D000' to shutdownAll dispatchers and shared servers shutdownWed Jan 04 23:54:56 2012ALTER DATABASE CLOSE NORMALORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...Wed Jan 04 23:54:56 2012ALTER DATABASE DISMOUNTCompleted: ALTER DATABASE DISMOUNTARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeWed Jan 04 23:55:09 2012Adjusting the default value of parameter parallel_max_serversfrom 320 to 135 due to the value of parameter processes (150)Wed Jan 04 23:55:09 2012Starting ORACLE instance (normal)LICENSE_MAX_SESSION = 0LICENSE_SESSIONS_WARNING = 0Picked latch-free SCN scheme 2Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DESTAutotune of undo retention is turned on. IMODE=BRILAT =18LICENSE_MAX_USERS = 0SYS auditing is disabledksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2. db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=6712PSP0 started with pid=4, OS id=7144MMAN started with pid=6, OS id=6496DBW0 started with pid=8, OS id=1932DBW1 started with pid=10, OS id=1948LGWR started with pid=12, OS id=6648CKPT started with pid=14, OS id=5764SMON started with pid=16, OS id=2900RECO started with pid=18, OS id=5720CJQ0 started with pid=20, OS id=6916MMON started with pid=22, OS id=568MMNL started with pid=24, OS id=1572Wed Jan 04 23:55:10 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Wed Jan 04 23:55:11 2012ALTER DATABASE MOUNTWed Jan 04 23:55:15 2012Setting recovery target incarnation to 2Wed Jan 04 23:55:15 2012Successful mount of redo thread 1, with mount id 3025594015Wed Jan 04 23:55:15 2012Database mounted in Exclusive ModeCompleted: ALTER DATABASE MOUNTWed Jan 04 23:56:04 2012alter database openWed Jan 04 23:56:04 2012ORA-1113 signalled during: alter database open...Wed Jan 04 23:56:52 2012ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\SYSAUX01.DBF' Wed Jan 04 23:56:52 2012Media Recovery Start parallel recovery started with 15 processesWed Jan 04 23:56:53 2012Recovery of Online Redo Log: Thread 1 Group 2 Seq 2 Reading mem 0

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 14 م 07:58 01/06/2012

Page 15: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

681:682:683:684:685:686:687:688:689:690:691:692:693:694:695:696:697:698:699:700:701:702:703:704:705:706:707:708:709:710:711:712:713:714:715:716:717:718:719:720:721:722:723:724:725:726:727:728:729:730:731:732:733:734:735:736:737:738:739:740:741:742:743:744:745:746:747:748:749:750:751:752:753:754:755:756:757:758:759:760:761:762:763:764:765:766:767:768:769:770:771:772:773:774:775:776:777:778:779:780:781:782:783:784:785:786:787:788:789:790:791:792:793:794:795:796:797:798:799:

Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO02.LOGCompleted: ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\SYSAUX01.DBF' Wed Jan 04 23:57:09 2012Shutting down instance: further logons disabledWed Jan 04 23:57:09 2012Stopping background process MMNLWed Jan 04 23:57:10 2012Stopping background process CJQ0Wed Jan 04 23:57:11 2012Stopping background process MMONWed Jan 04 23:57:11 2012Shutting down instance (immediate)License high water mark = 16Wed Jan 04 23:57:11 2012Stopping Job queue slave processesWed Jan 04 23:57:11 2012Job queue slave processes stoppedWaiting for dispatcher 'D000' to shutdownAll dispatchers and shared servers shutdownWed Jan 04 23:57:13 2012ALTER DATABASE CLOSE NORMALORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...Wed Jan 04 23:57:13 2012ALTER DATABASE DISMOUNTCompleted: ALTER DATABASE DISMOUNTARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeWed Jan 04 23:57:27 2012Adjusting the default value of parameter parallel_max_serversfrom 320 to 135 due to the value of parameter processes (150)Wed Jan 04 23:57:27 2012Starting ORACLE instance (normal)LICENSE_MAX_SESSION = 0LICENSE_SESSIONS_WARNING = 0Picked latch-free SCN scheme 2Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DESTAutotune of undo retention is turned on. IMODE=BRILAT =18LICENSE_MAX_USERS = 0SYS auditing is disabledksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2. db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=3240PSP0 started with pid=4, OS id=5956MMAN started with pid=6, OS id=2664DBW0 started with pid=8, OS id=6968DBW1 started with pid=10, OS id=2844LGWR started with pid=12, OS id=5964CKPT started with pid=14, OS id=3488SMON started with pid=16, OS id=4712RECO started with pid=18, OS id=2492CJQ0 started with pid=20, OS id=6208MMON started with pid=22, OS id=6580MMNL started with pid=24, OS id=2768Wed Jan 04 23:57:27 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Wed Jan 04 23:57:28 2012ALTER DATABASE MOUNTWed Jan 04 23:57:33 2012Setting recovery target incarnation to 2Wed Jan 04 23:57:33 2012Successful mount of redo thread 1, with mount id 3025564712Wed Jan 04 23:57:33 2012Database mounted in Exclusive ModeCompleted: ALTER DATABASE MOUNTWed Jan 04 23:57:44 2012alter database openWed Jan 04 23:57:44 2012ORA-1113 signalled during: alter database open...Wed Jan 04 23:58:15 2012ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\USERS01.DBF' Wed Jan 04 23:58:16 2012Media Recovery Start parallel recovery started with 15 processesWed Jan 04 23:58:16 2012Recovery of Online Redo Log: Thread 1 Group 2 Seq 2 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO02.LOGCompleted: ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\USERS01.DBF' Wed Jan 04 23:58:30 2012Shutting down instance: further logons disabledWed Jan 04 23:58:30 2012Stopping background process MMNLWed Jan 04 23:58:31 2012

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 15 م 07:58 01/06/2012

Page 16: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

800:801:802:803:804:805:806:807:808:809:810:811:812:813:814:815:816:817:818:819:820:821:822:823:824:825:826:827:828:829:830:831:832:833:834:835:836:837:838:839:840:841:842:843:844:845:846:847:848:849:850:851:852:853:854:855:856:857:858:859:860:861:862:863:864:865:866:867:868:869:870:871:872:873:874:875:876:877:878:879:880:881:882:883:884:885:886:887:888:889:890:891:892:893:894:895:896:897:898:899:900:901:902:903:904:905:906:907:908:909:910:911:912:913:914:915:916:917:918:

Stopping background process MMONWed Jan 04 23:58:31 2012Stopping background process CJQ0Wed Jan 04 23:58:32 2012Shutting down instance (immediate)License high water mark = 16Wed Jan 04 23:58:32 2012Stopping Job queue slave processesWed Jan 04 23:58:32 2012Job queue slave processes stoppedWaiting for dispatcher 'D000' to shutdownAll dispatchers and shared servers shutdownWed Jan 04 23:58:34 2012ALTER DATABASE CLOSE NORMALORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...Wed Jan 04 23:58:34 2012ALTER DATABASE DISMOUNTCompleted: ALTER DATABASE DISMOUNTARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeWed Jan 04 23:58:57 2012Adjusting the default value of parameter parallel_max_serversfrom 320 to 135 due to the value of parameter processes (150)Wed Jan 04 23:58:57 2012Starting ORACLE instance (normal)LICENSE_MAX_SESSION = 0LICENSE_SESSIONS_WARNING = 0Picked latch-free SCN scheme 2Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DESTAutotune of undo retention is turned on. IMODE=BRILAT =18LICENSE_MAX_USERS = 0SYS auditing is disabledksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2. db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=6476PSP0 started with pid=4, OS id=7084MMAN started with pid=6, OS id=6248DBW0 started with pid=8, OS id=824DBW1 started with pid=10, OS id=1584LGWR started with pid=12, OS id=1992CKPT started with pid=14, OS id=6996SMON started with pid=16, OS id=2488RECO started with pid=18, OS id=6264CJQ0 started with pid=20, OS id=1324MMON started with pid=22, OS id=6720MMNL started with pid=24, OS id=6004Wed Jan 04 23:58:57 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Wed Jan 04 23:58:58 2012ALTER DATABASE MOUNTWed Jan 04 23:59:02 2012Setting recovery target incarnation to 2Wed Jan 04 23:59:02 2012Successful mount of redo thread 1, with mount id 3025566082Wed Jan 04 23:59:02 2012Database mounted in Exclusive ModeCompleted: ALTER DATABASE MOUNTWed Jan 04 23:59:16 2012alter database openWed Jan 04 23:59:16 2012ORA-1113 signalled during: alter database open...Wed Jan 04 23:59:57 2012ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\EARCHIVE.DBF' Wed Jan 04 23:59:57 2012Media Recovery Start parallel recovery started with 15 processesWed Jan 04 23:59:58 2012Recovery of Online Redo Log: Thread 1 Group 2 Seq 2 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO02.LOGCompleted: ALTER DATABASE RECOVER datafile 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\EARCHIVE.DBF' Thu Jan 05 00:00:12 2012Shutting down instance: further logons disabledThu Jan 05 00:00:12 2012Stopping background process MMNLThu Jan 05 00:00:13 2012Stopping background process CJQ0Thu Jan 05 00:00:14 2012Stopping background process MMONThu Jan 05 00:00:14 2012Shutting down instance (immediate)License high water mark = 16Thu Jan 05 00:00:14 2012

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 16 م 07:58 01/06/2012

Page 17: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

919:920:921:922:923:924:925:926:927:928:929:930:931:932:933:934:935:936:937:938:939:940:941:942:943:944:945:946:947:948:949:950:951:952:953:954:955:956:957:958:959:960:961:962:963:964:965:966:967:968:969:970:971:972:973:974:975:976:977:978:979:980:981:982:983:984:985:986:987:988:989:990:991:992:993:994:995:996:997:998:999:1000:1001:1002:1003:1004:1005:1006:1007:1008:1009:1010:1011:1012:1013:1014:1015:1016:1017:1018:1019:1020:1021:1022:1023:1024:1025:1026:1027:1028:1029:1030:1031:1032:1033:1034:1035:1036:1037:

Stopping Job queue slave processesThu Jan 05 00:00:14 2012Job queue slave processes stoppedWaiting for dispatcher 'D000' to shutdownAll dispatchers and shared servers shutdownThu Jan 05 00:00:16 2012ALTER DATABASE CLOSE NORMALORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...Thu Jan 05 00:00:16 2012ALTER DATABASE DISMOUNTCompleted: ALTER DATABASE DISMOUNTARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeThu Jan 05 00:00:28 2012Adjusting the default value of parameter parallel_max_serversfrom 320 to 135 due to the value of parameter processes (150)Thu Jan 05 00:00:28 2012Starting ORACLE instance (normal)LICENSE_MAX_SESSION = 0LICENSE_SESSIONS_WARNING = 0Picked latch-free SCN scheme 2Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DESTAutotune of undo retention is turned on. IMODE=BRILAT =18LICENSE_MAX_USERS = 0SYS auditing is disabledksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2. db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=6408PSP0 started with pid=4, OS id=1340MMAN started with pid=6, OS id=7156DBW0 started with pid=8, OS id=6776DBW1 started with pid=10, OS id=7160LGWR started with pid=12, OS id=1752CKPT started with pid=14, OS id=5796SMON started with pid=16, OS id=6824RECO started with pid=18, OS id=1032CJQ0 started with pid=20, OS id=6312MMON started with pid=22, OS id=3472MMNL started with pid=24, OS id=6836Thu Jan 05 00:00:29 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Thu Jan 05 00:00:30 2012ALTER DATABASE MOUNTThu Jan 05 00:00:34 2012Setting recovery target incarnation to 2Thu Jan 05 00:00:34 2012Successful mount of redo thread 1, with mount id 3025561822Thu Jan 05 00:00:34 2012Database mounted in Exclusive ModeCompleted: ALTER DATABASE MOUNTThu Jan 05 00:00:43 2012alter database openThu Jan 05 00:00:43 2012Beginning crash recovery of 1 threads parallel recovery started with 15 processesThu Jan 05 00:00:44 2012Started redo scanThu Jan 05 00:00:45 2012Completed redo scan 2 redo blocks read, 0 data blocks need recoveryThu Jan 05 00:00:45 2012Started redo application at Thread 1: logseq 2, block 3Thu Jan 05 00:00:45 2012Recovery of Online Redo Log: Thread 1 Group 2 Seq 2 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO02.LOGThu Jan 05 00:00:45 2012Completed redo applicationThu Jan 05 00:00:46 2012Completed crash recovery at Thread 1: logseq 2, block 5, scn 34407882 0 data blocks read, 0 data blocks written, 2 redo blocks readThu Jan 05 00:00:47 2012Thread 1 advanced to log sequence 3Thread 1 opened at log sequence 3 Current log# 3 seq# 3 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO03.LOGSuccessful open of redo thread 1Thu Jan 05 00:00:47 2012MTTR advisory is disabled because FAST_START_MTTR_TARGET is not setThu Jan 05 00:00:47 2012SMON: enabling cache recoveryThu Jan 05 00:00:48 2012

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 17 م 07:58 01/06/2012

Page 18: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

1038:1039:1040:1041:1042:1043:1044:1045:1046:1047:1048:1049:1050:1051:1052:1053:1054:1055:1056:1057:1058:1059:1060:1061:1062:1063:1064:1065:1066:1067:1068:1069:1070:1071:1072:1073:1074:1075:1076:1077:1078:1079:1080:1081:1082:1083:1084:1085:1086:1087:1088:1089:1090:1091:1092:1093:1094:1095:1096:1097:1098:1099:1100:1101:1102:1103:1104:1105:1106:1107:1108:1109:1110:1111:1112:1113:1114:1115:1116:1117:1118:1119:1120:1121:1122:1123:1124:1125:1126:1127:1128:1129:1130:1131:1132:1133:1134:1135:1136:1137:1138:1139:1140:1141:1142:1143:1144:1145:1146:1147:1148:1149:1150:1151:1152:1153:1154:1155:1156:

Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\udump\mojdms01_ora_6232.trc:ORA-00600: internal error code, arguments: [4193], [49], [55], [], [], [], [], []

Thu Jan 05 00:00:49 2012Doing block recovery for file 1 block 22Block recovery from logseq 3, block 3 to scn 34407889Thu Jan 05 00:00:49 2012Recovery of Online Redo Log: Thread 1 Group 3 Seq 3 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO03.LOGBlock recovery stopped at EOT rba 3.5.16Block recovery completed at rba 3.5.16, scn 0.34407888Doing block recovery for file 1 block 9Block recovery from logseq 3, block 3 to scn 34407887Thu Jan 05 00:00:49 2012Recovery of Online Redo Log: Thread 1 Group 3 Seq 3 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO03.LOGBlock recovery completed at rba 3.5.16, scn 0.34407888Thu Jan 05 00:00:49 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\udump\mojdms01_ora_6232.trc:ORA-00604: error occurred at recursive SQL level 1ORA-00607: Internal error occurred while making a change to a data blockORA-00600: internal error code, arguments: [4193], [49], [55], [], [], [], [], []

Error 604 happened during db open, shutting down databaseUSER: terminating instance due to error 604Thu Jan 05 00:00:50 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_lgwr_1752.trc:ORA-00604: error occurred at recursive SQL level

Thu Jan 05 00:00:50 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_psp0_1340.trc:ORA-00604: error occurred at recursive SQL level

Thu Jan 05 00:00:50 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_mman_7156.trc:ORA-00604: error occurred at recursive SQL level

Thu Jan 05 00:00:50 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_dbw0_6776.trc:ORA-00604: error occurred at recursive SQL level

Thu Jan 05 00:00:50 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_ckpt_5796.trc:ORA-00604: error occurred at recursive SQL level

Thu Jan 05 00:00:50 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_dbw1_7160.trc:ORA-00604: error occurred at recursive SQL level

Thu Jan 05 00:00:50 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_pmon_6408.trc:ORA-00604: error occurred at recursive SQL level

Thu Jan 05 00:00:51 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_reco_1032.trc:ORA-00604: error occurred at recursive SQL level

Thu Jan 05 00:00:51 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_smon_6824.trc:ORA-00604: error occurred at recursive SQL level

Instance terminated by USER, pid = 6232ORA-1092 signalled during: alter database open...Thu Jan 05 22:49:37 2012Adjusting the default value of parameter parallel_max_serversfrom 320 to 135 due to the value of parameter processes (150)Thu Jan 05 22:49:37 2012Starting ORACLE instance (normal)LICENSE_MAX_SESSION = 0LICENSE_SESSIONS_WARNING = 0Picked latch-free SCN scheme 2Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DESTAutotune of undo retention is turned on. IMODE=BRILAT =18LICENSE_MAX_USERS = 0SYS auditing is disabledksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2. db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=3056PSP0 started with pid=4, OS id=2492MMAN started with pid=6, OS id=4772DBW0 started with pid=8, OS id=1852DBW1 started with pid=10, OS id=6380LGWR started with pid=12, OS id=6524CKPT started with pid=14, OS id=1212SMON started with pid=16, OS id=6984RECO started with pid=18, OS id=1944CJQ0 started with pid=20, OS id=6288MMON started with pid=22, OS id=6656MMNL started with pid=24, OS id=5968

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 18 م 07:58 01/06/2012

Page 19: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

1157:1158:1159:1160:1161:1162:1163:1164:1165:1166:1167:1168:1169:1170:1171:1172:1173:1174:1175:1176:1177:1178:1179:1180:1181:1182:1183:1184:1185:1186:1187:1188:1189:1190:1191:1192:1193:1194:1195:1196:1197:1198:1199:1200:1201:1202:1203:1204:1205:1206:1207:1208:1209:1210:1211:1212:1213:1214:1215:1216:1217:1218:1219:1220:1221:1222:1223:1224:1225:1226:1227:1228:1229:1230:1231:1232:1233:1234:1235:1236:1237:1238:1239:1240:1241:1242:1243:1244:1245:1246:1247:1248:1249:1250:1251:1252:1253:1254:1255:1256:1257:1258:1259:1260:1261:1262:1263:1264:1265:1266:1267:1268:1269:1270:1271:1272:1273:1274:1275:

Thu Jan 05 22:49:37 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Thu Jan 05 22:49:38 2012ALTER DATABASE MOUNTThu Jan 05 22:49:42 2012Setting recovery target incarnation to 2Thu Jan 05 22:49:43 2012Successful mount of redo thread 1, with mount id 3025619650Thu Jan 05 22:49:43 2012Database mounted in Exclusive ModeCompleted: ALTER DATABASE MOUNTThu Jan 05 22:49:43 2012ALTER DATABASE OPENORA-1113 signalled during: ALTER DATABASE OPEN...Thu Jan 05 23:04:41 2012db_recovery_file_dest_size of 2048 MB is 0.00% used. This is auser-specified limit on the amount of space that will be used by thisdatabase for recovery-related files, and does not reflect the amount ofspace available in the underlying filesystem or ASM diskgroup.Fri Jan 06 00:10:27 2012Shutting down instance: further logons disabledFri Jan 06 00:10:27 2012Stopping background process MMNLFri Jan 06 00:10:28 2012Stopping background process MMONFri Jan 06 00:10:28 2012Stopping background process CJQ0Fri Jan 06 00:10:29 2012Shutting down instance (immediate)License high water mark = 2Fri Jan 06 00:10:29 2012Stopping Job queue slave processesFri Jan 06 00:10:29 2012Job queue slave processes stoppedWaiting for dispatcher 'D000' to shutdownAll dispatchers and shared servers shutdownFri Jan 06 00:10:31 2012ALTER DATABASE CLOSE NORMALORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...Fri Jan 06 00:10:31 2012ALTER DATABASE DISMOUNTCompleted: ALTER DATABASE DISMOUNTARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeFri Jan 06 00:10:34 2012Adjusting the default value of parameter parallel_max_serversfrom 320 to 135 due to the value of parameter processes (150)Fri Jan 06 00:10:34 2012Starting ORACLE instance (normal)LICENSE_MAX_SESSION = 0LICENSE_SESSIONS_WARNING = 0Picked latch-free SCN scheme 2Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DESTAutotune of undo retention is turned on. IMODE=BRILAT =18LICENSE_MAX_USERS = 0SYS auditing is disabledksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2. db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=5468PSP0 started with pid=4, OS id=7120MMAN started with pid=6, OS id=6264DBW0 started with pid=8, OS id=6632DBW1 started with pid=10, OS id=6744LGWR started with pid=12, OS id=5796CKPT started with pid=14, OS id=7024SMON started with pid=16, OS id=6616RECO started with pid=18, OS id=6628CJQ0 started with pid=20, OS id=5444MMON started with pid=22, OS id=5720MMNL started with pid=24, OS id=3452Fri Jan 06 00:10:35 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Fri Jan 06 00:10:35 2012ALTER DATABASE MOUNTFri Jan 06 00:10:40 2012Setting recovery target incarnation to 2Fri Jan 06 00:10:40 2012Successful mount of redo thread 1, with mount id 3025658299Fri Jan 06 00:10:40 2012Database mounted in Exclusive ModeCompleted: ALTER DATABASE MOUNT

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 19 م 07:58 01/06/2012

Page 20: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

Author Comment Author: egovernment Date: 01/05/2012 - 10:18PM PST

Expert Comment Author: wasimibm Date: 01/05/2012 - 10:24PM PST

1276:1277:1278:1279:1280:1281:1282:1283:1284:1285:1286:1287:1288:1289:1290:1291:1292:1293:1294:1295:1296:1297:1298:1299:1300:1301:1302:1303:1304:1305:1306:1307:1308:1309:1310:1311:1312:1313:1314:1315:1316:1317:1318:1319:1320:1321:1322:1323:1324:1325:1326:1327:1328:1329:1330:1331:1332:1333:1334:1335:1336:1337:1338:1339:1340:1341:1342:1343:1344:1345:1346:1347:1348:1349:1350:1351:1352:1353:1354:1355:1356:1357:1358:1359:1360:1361:1362:1363:1364:1365:1366:1367:1368:1369:1370:1371:1372:1373:1374:1375:1376:1377:1378:

Fri Jan 06 00:10:41 2012alter database recoverMedia Recovery Start parallel recovery started with 15 processesFri Jan 06 00:10:42 2012Recovery of Online Redo Log: Thread 1 Group 3 Seq 3 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO03.LOGCompleted: alter database recoverFri Jan 06 00:10:50 2012alter database openFri Jan 06 00:10:50 2012Beginning crash recovery of 1 threads parallel recovery started with 15 processesFri Jan 06 00:10:51 2012Started redo scanFri Jan 06 00:10:51 2012Completed redo scan 2 redo blocks read, 0 data blocks need recoveryFri Jan 06 00:10:51 2012Started redo application at Thread 1: logseq 3, block 3, scn 34407886Fri Jan 06 00:10:51 2012Recovery of Online Redo Log: Thread 1 Group 3 Seq 3 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO03.LOGFri Jan 06 00:10:51 2012Completed redo applicationFri Jan 06 00:10:51 2012Completed crash recovery at Thread 1: logseq 3, block 5, scn 34427888 0 data blocks read, 0 data blocks written, 2 redo blocks readFri Jan 06 00:10:51 2012Thread 1 advanced to log sequence 4Thread 1 opened at log sequence 4 Current log# 1 seq# 4 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO01.LOGSuccessful open of redo thread 1Fri Jan 06 00:10:51 2012MTTR advisory is disabled because FAST_START_MTTR_TARGET is not setFri Jan 06 00:10:51 2012SMON: enabling cache recoveryFri Jan 06 00:10:52 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\udump\mojdms01_ora_1184.trc:ORA-00600: internal error code, arguments: [4193], [49], [55], [], [], [], [], []

Fri Jan 06 00:10:53 2012Doing block recovery for file 1 block 22Block recovery from logseq 4, block 3 to scn 34427895Fri Jan 06 00:10:53 2012Recovery of Online Redo Log: Thread 1 Group 1 Seq 4 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO01.LOGBlock recovery stopped at EOT rba 4.5.16Block recovery completed at rba 4.5.16, scn 0.34427894Doing block recovery for file 1 block 9Block recovery from logseq 4, block 3 to scn 34427893Fri Jan 06 00:10:53 2012Recovery of Online Redo Log: Thread 1 Group 1 Seq 4 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO01.LOGBlock recovery completed at rba 4.5.16, scn 0.34427894Fri Jan 06 00:10:53 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\udump\mojdms01_ora_1184.trc:ORA-00604: error occurred at recursive SQL level 1ORA-00607: Internal error occurred while making a change to a data blockORA-00600: internal error code, arguments: [4193], [49], [55], [], [], [], [], []

Error 604 happened during db open, shutting down databaseUSER: terminating instance due to error 604Fri Jan 06 00:10:54 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_pmon_5468.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 00:10:54 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_reco_6628.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 00:10:54 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_smon_6616.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 00:10:55 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_ckpt_7024.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 00:10:55 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_lgwr_5796.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 00:10:55 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_dbw1_6744.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 00:10:55 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_dbw0_6632.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 00:10:55 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_mman_6264.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 00:10:55 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_psp0_7120.trc:ORA-00604: error occurred at recursive SQL level

Instance terminated by USER, pid = 1184ORA-1092 signalled during: alter database open...

The previous lines from alert log file is the last 1000 lines from alert log file

everything can't be done from SQL...!!!

:) .. It would have been possible in unix, by i dont think there is any command in windows which will do this task..

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 20 م 07:58 01/06/2012

Page 21: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

Author Comment Author: egovernment Date: 01/05/2012 - 10:32PM PST

Expert Comment Author: wasimibm Date: 01/05/2012 - 11:10PM PST

As far as i think, in your database some of the data files might have got corrupted. which is causing the database crash while starting up..!!

if you had gone through the links from my earlier comments the ORA-01041 errors says that a severe problem occured while starting up..!!

Though you can't find solutions based on assumptions(that a severe problem occured while starting up database ).. you need to investigate the root cause andfind out what has caused the actual error...

to check what has gone wrong, we would definitely need to have a look at your alert_log.

I'm not sure whether this is a standard approach, you can try one thing....

take the backup of existing alert_log(rename the existing alert log) create a new alert log with the same name and stop and start the database.. i think thisshould work, you will get fresh errors in alert log and the alert log will be very small,may be in just kbs, you can upload it here.

WasimIbm I do thattake the backup of existing alert_log(rename the existing alert log) create a new alert log with the same name and stop and start the database.. i think thisshould work, you will get fresh errors in alert log and the alert log will be very small,may be in just kbs, you can upload it here.

1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30:31:32:33:34:35:36:37:38:39:40:41:42:43:44:45:46:47:48:49:50:51:52:53:54:55:56:57:58:59:60:61:62:63:64:65:66:67:68:69:70:71:

Fri Jan 06 10:33:33 2012Adjusting the default value of parameter parallel_max_serversfrom 320 to 135 due to the value of parameter processes (150)Fri Jan 06 10:33:33 2012Starting ORACLE instance (normal)LICENSE_MAX_SESSION = 0LICENSE_SESSIONS_WARNING = 0Picked latch-free SCN scheme 2Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DESTAutotune of undo retention is turned on. IMODE=BRILAT =18LICENSE_MAX_USERS = 0SYS auditing is disabledksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2.0\ db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=5804PSP0 started with pid=4, OS id=6908MMAN started with pid=6, OS id=6300DBW0 started with pid=8, OS id=7132DBW1 started with pid=10, OS id=6388LGWR started with pid=12, OS id=1356CKPT started with pid=14, OS id=1848SMON started with pid=16, OS id=1244RECO started with pid=18, OS id=5752CJQ0 started with pid=20, OS id=5440MMON started with pid=22, OS id=1972MMNL started with pid=24, OS id=6628Fri Jan 06 10:33:34 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Fri Jan 06 10:33:35 2012ALTER DATABASE MOUNTFri Jan 06 10:33:39 2012Setting recovery target incarnation to 2Fri Jan 06 10:33:40 2012Successful mount of redo thread 1, with mount id 3025700031Fri Jan 06 10:33:40 2012Database mounted in Exclusive ModeCompleted: ALTER DATABASE MOUNTFri Jan 06 10:33:40 2012ALTER DATABASE OPENORA-1113 signalled during: ALTER DATABASE OPEN...

here you go...

The ORa-1113 error means that your Backup implementation ("Retrospect") does an ALTER TABLESPACE BEGIN BACKUP and END BACKUP for eachtablespace.

retry again those steps,

shutdown immediate;

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 21 م 07:58 01/06/2012

Page 22: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

Expert Comment Author: wasimibm Date: 01/05/2012 - 11:23PM PST

Author Comment Author: egovernment Date: 01/06/2012 - 12:15AM PST

Author Comment Author: egovernment Date: 01/06/2012 - 12:15AM PST

Expert Comment Author: wasimibm Date: 01/06/2012 - 01:22AM PST

Expert Comment Author: wasimibm Date: 01/06/2012 - 01:23AM PST

Author Comment Author: egovernment Date: 01/06/2012 - 07:13AM PST

startup mount;

ALTER DATABASE END BACKUP;alter database open;

see how it goes, paste the results of activity and also the alert log file content.. hope this helps..!!!

hope you are executing the activity. i wish no new errors come up now :) ...

pls post some good news... its understood that even if its bad news, you'll post it though :))

The result is

1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30:31:32:

SQL> shutdown immediate;ORA-01109: database not open

Database dismounted.ORACLE instance shut down.SQL> startup mount;ORACLE instance started.

Total System Global Area 293601280 bytesFixed Size 1330520 bytesVariable Size 103461544 bytesDatabase Buffers 184549376 bytesRedo Buffers 4259840 bytesDatabase mounted.SQL> ALTER DATABASE END BACKUP;ALTER DATABASE END BACKUP*ERROR at line 1:ORA-01142: cannot end online backup - none of the files are in backup

SQL> alter database open;alter database open*ERROR at line 1:ORA-01113: file 1 needs media recoveryORA-01110: data file 1:'E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\SYSTEM01.DBF'

SQL>

Any solution ?

one last try,..

shutdown immediate;startup mount;Alter database recover;alter database end backup;alter database open;

also post the alert log of this activity,

The result of command

1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:

C:\Users\Administrator>sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jan 6 19:09:08 2012

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

Connected to an idle instance.

SQL> shutdown immediate;ORA-01034: ORACLE not availableORA-27101: shared memory realm does not existSQL> startup mount;ORACLE instance started.

Total System Global Area 293601280 bytesFixed Size 1330520 bytesVariable Size 103461544 bytesDatabase Buffers 184549376 bytesRedo Buffers 4259840 bytesDatabase mounted.

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 22 م 07:58 01/06/2012

Page 23: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

21:22:23:24:25:26:27:28:29:30:31:32:33:34:35:36:37:38:

SQL> Alter database recover;Alter database recover*ERROR at line 1:ORA-03113: end-of-file on communication channel

SQL> alter database end backup;ERROR:ORA-03114: not connected to ORACLE

SQL> alter database open;ERROR:ORA-03114: not connected to ORACLE

SQL>

The alert log file as

1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30:31:32:33:34:35:36:37:38:39:40:41:42:43:44:45:46:47:48:49:50:51:52:53:54:55:56:57:58:59:60:61:62:63:64:65:66:67:68:69:70:71:72:73:74:75:76:77:78:79:80:81:82:83:84:85:86:87:88:89:90:91:92:93:94:

Fri Jan 06 10:33:33 2012Adjusting the default value of parameter parallel_max_serversfrom 320 to 135 due to the value of parameter processes (150)Fri Jan 06 10:33:33 2012Starting ORACLE instance (normal)LICENSE_MAX_SESSION = 0LICENSE_SESSIONS_WARNING = 0Picked latch-free SCN scheme 2Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DESTAutotune of undo retention is turned on. IMODE=BRILAT =18LICENSE_MAX_USERS = 0SYS auditing is disabledksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2.0 db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=5804PSP0 started with pid=4, OS id=6908MMAN started with pid=6, OS id=6300DBW0 started with pid=8, OS id=7132DBW1 started with pid=10, OS id=6388LGWR started with pid=12, OS id=1356CKPT started with pid=14, OS id=1848SMON started with pid=16, OS id=1244RECO started with pid=18, OS id=5752CJQ0 started with pid=20, OS id=5440MMON started with pid=22, OS id=1972MMNL started with pid=24, OS id=6628Fri Jan 06 10:33:34 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Fri Jan 06 10:33:35 2012ALTER DATABASE MOUNTFri Jan 06 10:33:39 2012Setting recovery target incarnation to 2Fri Jan 06 10:33:40 2012Successful mount of redo thread 1, with mount id 3025700031Fri Jan 06 10:33:40 2012Database mounted in Exclusive ModeCompleted: ALTER DATABASE MOUNTFri Jan 06 10:33:40 2012ALTER DATABASE OPENORA-1113 signalled during: ALTER DATABASE OPEN...Fri Jan 06 10:48:37 2012db_recovery_file_dest_size of 2048 MB is 0.00% used. This is auser-specified limit on the amount of space that will be used by thisdatabase for recovery-related files, and does not reflect the amount ofspace available in the underlying filesystem or ASM diskgroup.Fri Jan 06 12:14:57 2012Shutting down instance: further logons disabledFri Jan 06 12:14:57 2012Stopping background process MMNLFri Jan 06 12:14:58 2012Stopping background process MMONFri Jan 06 12:14:58 2012Stopping background process CJQ0Fri Jan 06 12:14:59 2012Shutting down instance (immediate)License high water mark = 2Fri Jan 06 12:14:59 2012Stopping Job queue slave processesFri Jan 06 12:14:59 2012Job queue slave processes stoppedWaiting for dispatcher 'D000' to shutdownAll dispatchers and shared servers shutdownFri Jan 06 12:15:01 2012

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 23 م 07:58 01/06/2012

Page 24: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

95:96:97:98:99:100:101:102:103:104:105:106:107:108:109:110:111:112:113:114:115:116:117:118:119:120:121:122:123:124:125:126:127:128:129:130:131:132:133:134:135:136:137:138:139:140:141:142:143:144:145:146:147:148:149:150:151:152:153:154:155:156:157:158:159:160:161:162:163:164:165:166:167:168:169:170:171:172:173:174:175:176:177:178:179:180:181:182:183:184:185:186:187:188:189:190:191:192:193:194:195:196:197:198:199:200:201:202:203:204:205:206:207:208:209:210:211:212:213:

ALTER DATABASE CLOSE NORMALORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...Fri Jan 06 12:15:01 2012ALTER DATABASE DISMOUNTCompleted: ALTER DATABASE DISMOUNTARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeARCH: Archival disabled due to shutdown: 1089Shutting down archive processesArchiving is disabledArchive process shutdown avoided: 0 activeFri Jan 06 12:15:24 2012Adjusting the default value of parameter parallel_max_serversfrom 320 to 135 due to the value of parameter processes (150)Fri Jan 06 12:15:24 2012Starting ORACLE instance (normal)LICENSE_MAX_SESSION = 0LICENSE_SESSIONS_WARNING = 0Picked latch-free SCN scheme 2Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DESTAutotune of undo retention is turned on. IMODE=BRILAT =18LICENSE_MAX_USERS = 0SYS auditing is disabledksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2.0 db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=6740PSP0 started with pid=4, OS id=1976MMAN started with pid=6, OS id=6768DBW0 started with pid=8, OS id=6248DBW1 started with pid=10, OS id=5404LGWR started with pid=12, OS id=1396CKPT started with pid=14, OS id=7144SMON started with pid=16, OS id=5496RECO started with pid=18, OS id=6224CJQ0 started with pid=20, OS id=6884MMON started with pid=22, OS id=568MMNL started with pid=24, OS id=6532Fri Jan 06 12:15:25 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Fri Jan 06 12:15:26 2012ALTER DATABASE MOUNTFri Jan 06 12:15:30 2012Setting recovery target incarnation to 2Fri Jan 06 12:15:30 2012Successful mount of redo thread 1, with mount id 3025696414Fri Jan 06 12:15:30 2012Database mounted in Exclusive ModeCompleted: ALTER DATABASE MOUNTFri Jan 06 12:15:51 2012ALTER DATABASE END BACKUPFri Jan 06 12:15:51 2012ORA-1142 signalled during: ALTER DATABASE END BACKUP...Fri Jan 06 12:16:25 2012alter database openFri Jan 06 12:16:25 2012ORA-1113 signalled during: alter database open...Fri Jan 06 12:22:34 2012Shutting down instance (abort)License high water mark = 2Instance terminated by USER, pid = 5584Fri Jan 06 12:22:56 2012Adjusting the default value of parameter parallel_max_serversfrom 320 to 135 due to the value of parameter processes (150)Fri Jan 06 12:22:56 2012Starting ORACLE instance (normal)LICENSE_MAX_SESSION = 0LICENSE_SESSIONS_WARNING = 0Picked latch-free SCN scheme 2Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DESTAutotune of undo retention is turned on. IMODE=BRILAT =18LICENSE_MAX_USERS = 0SYS auditing is disabledksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2.0 db_block_size = 8192

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 24 م 07:58 01/06/2012

Page 25: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

214:215:216:217:218:219:220:221:222:223:224:225:226:227:228:229:230:231:232:233:234:235:236:237:238:239:240:241:242:243:244:245:246:247:248:249:250:251:252:253:254:255:256:257:258:259:260:261:262:263:264:265:266:267:268:269:270:271:272:273:274:275:276:277:278:279:280:281:282:283:284:285:286:287:288:289:290:291:292:293:294:295:296:297:298:299:300:301:302:303:304:305:306:307:308:309:310:311:312:313:314:315:316:317:318:319:320:321:322:323:324:325:326:327:328:329:330:331:332:

__db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=6792PSP0 started with pid=4, OS id=4760MMAN started with pid=6, OS id=6288DBW0 started with pid=8, OS id=6728DBW1 started with pid=10, OS id=1572LGWR started with pid=12, OS id=6724CKPT started with pid=14, OS id=6996SMON started with pid=16, OS id=868RECO started with pid=18, OS id=804CJQ0 started with pid=20, OS id=508MMON started with pid=22, OS id=2644MMNL started with pid=24, OS id=6268Fri Jan 06 12:22:57 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Fri Jan 06 12:22:58 2012ALTER DATABASE MOUNTFri Jan 06 12:23:02 2012Setting recovery target incarnation to 2Fri Jan 06 12:23:02 2012Successful mount of redo thread 1, with mount id 3025678178Fri Jan 06 12:23:02 2012Database mounted in Exclusive ModeCompleted: ALTER DATABASE MOUNTFri Jan 06 12:23:17 2012alter database open resetlogsFri Jan 06 12:23:17 2012ORA-1139 signalled during: alter database open resetlogs...Fri Jan 06 12:32:59 2012ALTER DATABASE RECOVER database Fri Jan 06 12:32:59 2012Media Recovery Start parallel recovery started with 15 processesFri Jan 06 12:33:01 2012Recovery of Online Redo Log: Thread 1 Group 1 Seq 4 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO01.LOGCompleted: ALTER DATABASE RECOVER database Fri Jan 06 12:33:55 2012alter database open

Fri Jan 06 12:33:55 2012Beginning crash recovery of 1 threads parallel recovery started with 15 processesFri Jan 06 12:33:56 2012Started redo scanFri Jan 06 12:33:57 2012Completed redo scan 2 redo blocks read, 0 data blocks need recoveryFri Jan 06 12:33:58 2012Started redo application at Thread 1: logseq 4, block 3Fri Jan 06 12:33:58 2012Recovery of Online Redo Log: Thread 1 Group 1 Seq 4 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO01.LOGFri Jan 06 12:33:58 2012Completed redo applicationFri Jan 06 12:33:59 2012Completed crash recovery at Thread 1: logseq 4, block 5, scn 34447894 0 data blocks read, 0 data blocks written, 2 redo blocks readFri Jan 06 12:34:01 2012Thread 1 advanced to log sequence 5Thread 1 opened at log sequence 5 Current log# 2 seq# 5 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO02.LOGSuccessful open of redo thread 1Fri Jan 06 12:34:01 2012MTTR advisory is disabled because FAST_START_MTTR_TARGET is not setFri Jan 06 12:34:01 2012SMON: enabling cache recoveryFri Jan 06 12:34:03 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\udump\mojdms01_ora_2428.trc:ORA-00600: internal error code, arguments: [4193], [49], [55], [], [], [], [], []

Fri Jan 06 12:34:04 2012Doing block recovery for file 1 block 22Block recovery from logseq 5, block 3 to scn 34447901Fri Jan 06 12:34:04 2012Recovery of Online Redo Log: Thread 1 Group 2 Seq 5 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO02.LOGBlock recovery stopped at EOT rba 5.5.16Block recovery completed at rba 5.5.16, scn 0.34447900Doing block recovery for file 1 block 9Block recovery from logseq 5, block 3 to scn 34447899Fri Jan 06 12:34:04 2012Recovery of Online Redo Log: Thread 1 Group 2 Seq 5 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO02.LOGBlock recovery completed at rba 5.5.16, scn 0.34447900Fri Jan 06 12:34:04 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\udump\mojdms01_ora_2428.trc:ORA-00604: error occurred at recursive SQL level 1ORA-00607: Internal error occurred while making a change to a data blockORA-00600: internal error code, arguments: [4193], [49], [55], [], [], [], [], []

Error 604 happened during db open, shutting down databaseUSER: terminating instance due to error 604Fri Jan 06 12:34:05 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_lgwr_6724.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 12:34:06 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_mman_6288.trc:

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 25 م 07:58 01/06/2012

Page 26: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

333:334:335:336:337:338:339:340:341:342:343:344:345:346:347:348:349:350:351:352:353:354:355:356:357:358:359:360:361:362:363:364:365:366:367:368:369:370:371:372:373:374:375:376:377:378:379:380:381:382:383:384:385:386:387:388:389:390:391:392:393:394:395:396:397:398:399:400:401:402:403:404:405:406:407:408:409:410:411:412:413:414:415:416:417:418:419:420:421:422:423:424:425:426:427:428:429:430:431:432:433:434:435:436:437:438:439:440:441:442:443:444:445:446:447:448:449:450:451:

ORA-00604: error occurred at recursive SQL level

Fri Jan 06 12:34:06 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_pmon_6792.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 12:34:06 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_psp0_4760.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 12:34:07 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_dbw1_1572.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 12:34:07 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_ckpt_6996.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 12:34:07 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_dbw0_6728.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 12:34:07 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_reco_804.trc:ORA-00604: error occurred at recursive SQL level

Fri Jan 06 12:34:07 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_smon_868.trc:ORA-00604: error occurred at recursive SQL level

Instance terminated by USER, pid = 2428ORA-1092 signalled during: alter database open...Fri Jan 06 19:10:33 2012Adjusting the default value of parameter parallel_max_serversfrom 320 to 135 due to the value of parameter processes (150)Fri Jan 06 19:10:33 2012Starting ORACLE instance (normal)LICENSE_MAX_SESSION = 0LICENSE_SESSIONS_WARNING = 0Picked latch-free SCN scheme 2Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DESTAutotune of undo retention is turned on. IMODE=BRILAT =18LICENSE_MAX_USERS = 0SYS auditing is disabledksdpec: called for event 13740 prior to event group initializationStarting 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 spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEMOJDMS01.ORA sga_target = 293601280 control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2.0 db_block_size = 8192 __db_cache_size = 184549376 compatible = 10.2.0.1.0 db_file_multiblock_read_count= 16 db_recovery_file_dest = E:\oracle\product\10.2.0\db_1/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=MOJDMS01XDB) job_queue_processes = 10 audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\ADUMP background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\BDUMP user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\UDUMP core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\DB_1\ADMIN\MOJDMS01\CDUMP db_name = MOJDMS01 open_cursors = 300 pga_aggregate_target = 96468992PMON started with pid=2, OS id=3488PSP0 started with pid=4, OS id=5956MMAN started with pid=6, OS id=188DBW0 started with pid=8, OS id=5740DBW1 started with pid=10, OS id=6508LGWR started with pid=12, OS id=2436CKPT started with pid=14, OS id=2528SMON started with pid=16, OS id=1660RECO started with pid=18, OS id=5476CJQ0 started with pid=20, OS id=6372MMON started with pid=22, OS id=1140MMNL started with pid=24, OS id=1656Fri Jan 06 19:10:34 2012starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...starting up 1 shared server(s) ...Fri Jan 06 19:10:35 2012ALTER DATABASE MOUNTFri Jan 06 19:10:39 2012Setting recovery target incarnation to 2Fri Jan 06 19:10:39 2012Successful mount of redo thread 1, with mount id 3025685739Fri Jan 06 19:10:39 2012Database mounted in Exclusive ModeCompleted: ALTER DATABASE MOUNTFri Jan 06 19:10:55 2012Alter database recoverFri Jan 06 19:10:55 2012Media Recovery Start parallel recovery started with 15 processesFri Jan 06 19:10:57 2012Recovery of Online Redo Log: Thread 1 Group 2 Seq 5 Reading mem 0 Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\MOJDMS01\REDO02.LOGFri Jan 06 19:11:03 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\udump\mojdms01_ora_6808.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kews_sqlst_flush_level+23] [PC:0x2ED8543] [] [] []

Fri Jan 06 19:11:05 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\udump\mojdms01_ora_6808.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kews_sqlst_flush_level+23] [PC:0x2ED8543] [] [] []

Fri Jan 06 19:11:31 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p001_2856.trc:

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 26 م 07:58 01/06/2012

Page 27: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

Author Comment

452:453:454:455:456:457:458:459:460:461:462:463:464:465:466:467:468:469:470:471:472:473:474:475:476:477:478:479:480:481:482:483:484:485:486:487:488:489:490:491:492:493:494:495:496:497:498:499:500:501:502:503:504:505:506:507:508:509:510:511:512:513:514:515:516:517:518:519:520:521:522:523:524:525:526:527:528:529:530:531:532:533:534:535:536:537:538:539:540:541:542:543:544:545:546:547:548:549:550:551:552:553:554:555:556:557:558:559:560:561:562:563:564:565:566:567:

ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:31 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p003_5552.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:31 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p000_6940.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:32 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p005_3480.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:32 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p011_5712.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:32 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p004_7160.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:32 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p002_1504.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:32 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p006_1932.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:32 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p009_6956.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:32 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p007_6876.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:32 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p010_5860.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:32 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p008_5980.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:32 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p013_5520.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:32 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p014_5472.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:32 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_p012_6220.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__kxfprdp+3609] [PC:0x2E36F7D] [] [] []ORA-10389: parallel query server interrupt (cleanup)

Fri Jan 06 19:11:34 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_pmon_3488.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__ksqxferieq+7791] [PC:0x2D45C5B] [] [] []

Fri Jan 06 19:11:48 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_pmon_3488.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__ksqxferieq+7791] [PC:0x2D45C5B] [] [] []

Fri Jan 06 19:11:48 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_pmon_3488.trc:ORA-07445: exception encountered: core dump [IN_PAGE_ERROR] [__VInfreq__ksqxferieq+7791] [PC:0x2D45C5B] [] [] []

Fri Jan 06 19:12:37 2012RECO: terminating instance due to error 472Fri Jan 06 19:12:38 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_dbw1_6508.trc:ORA-00472: PMON process terminated with error

Fri Jan 06 19:12:38 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_ckpt_2528.trc:ORA-00472: PMON process terminated with error

Fri Jan 06 19:12:38 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_psp0_5956.trc:ORA-00472: PMON process terminated with error

Fri Jan 06 19:12:38 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_mman_188.trc:ORA-00472: PMON process terminated with error

Fri Jan 06 19:12:38 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_lgwr_2436.trc:ORA-00472: PMON process terminated with error

Fri Jan 06 19:12:38 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_dbw0_5740.trc:ORA-00472: PMON process terminated with error

Fri Jan 06 19:12:38 2012Errors in file e:\oracle\product\10.2.0\db_1\admin\mojdms01\bdump\mojdms01_smon_1660.trc:ORA-00472: PMON process terminated with error

Instance terminated by RECO, pid = 5476

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 27 م 07:58 01/06/2012

Page 28: Oracle+Database +Urgent +ORACLE+Initialization+or+Shutdown+in+Progress

Author: egovernment Date: 01/06/2012 - 07:15AM PST

Any solution ?

Copyright © 1996 - 2012 Experts Exchange, LLC.

Oracle Database: Urgent: ORACLE initialization or shutdown in progress http://www.experts-exchange.com/Database/Oracle/viewQuestionPrinter...

من 28 28 م 07:58 01/06/2012