I'm attempting to start one of my 9.2.0.5 databases and its failing with the following:-
sqlplus ' / as sysdba'
SQL*Plus: Release 9.2.0.5.0 - Production on Mon Jul 21 09:19:57 2008
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 270501320 bytes
Fixed Size 742856 bytes
Variable Size 234881024 bytes
Database Buffers 33554432 bytes
Redo Buffers 1323008 bytes
ORA-03113: end-of-file on communication channel
How can I get this database started?
sqlplus ' / as sysdba'
SQL*Plus: Release 9.2.0.5.0 - Production on Mon Jul 21 09:19:57 2008
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 270501320 bytes
Fixed Size 742856 bytes
Variable Size 234881024 bytes
Database Buffers 33554432 bytes
Redo Buffers 1323008 bytes
ORA-03113: end-of-file on communication channel
How can I get this database started?