ora-o1033 ORACLE initialization or shutdown in progress with ora--3113
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