Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ora-o1033 ORACLE initialization or shutdown in progress with ora--3113

alaazakerSep 21 2010 — edited Sep 25 2010
Dear All,

our database server was shutdown abnormal, and when we tried to start the database we faced the error ora-o1033 ORACLE initialization or shutdown in progress, and i tried to solve this problem by the follwoing steps without success:

SQL> shutdown abort;
ORACLE instance shut down.

SQL> startup nomount
ORACLE instance started.

Total System Global Area 6881345536 bytes
Fixed Size 2124872 bytes
Variable Size 5266342840 bytes
Database Buffers 1610612736 bytes
Redo Buffers 2265088 bytes

SQL> alter database mount
2 ;

Database altered.

SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
Process ID: 6592
Session ID: 41 Serial number: 3

i hope to find specific solution for this error.

Thanks,
Alaa
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 23 2010
Added on Sep 21 2010
21 comments
2,978 views