I am getting error ORA-03113 at the time of startup database.

oracle

I am getting error ORA-03113 at the time of startup database. I removed some old archive log files as per solution I got on google. But still I am unable to startup db. But, I am able to connect other database (dbname: CTS) on same server.
Please suggest solution on this

Please find below current OS and DB configuration details and received errors.

**DB version is : 11g
Linux version : Linux ctsvm.oraclexpert.com 2.6.18-194.el5PAE #1 SMP Mon Mar 29 20:19:03 EDT 2010 i686 i686 i386 GNU/Linux**

Error I received is as below:-
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 – Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

[oracle@ctsvm dbs]$ cd
[oracle@ctsvm ~]$ export ORACLE_SID=DBAYOG
[oracle@ctsvm ~]$ sqlplus '/as sysdba'
SQL*Plus: Release 11.2.0.2.0 Production on Sun Oct 27 00:52:39 2013
Copyright (c) 1982, 2010, Oracle.  All rights reserved.
Connected to an idle instance.

SQL> startup
ORACLE instance started.
Total System Global Area  422670336 bytes
Fixed Size                  1344616 bytes
Variable Size             339741592 bytes
Database Buffers           75497472 bytes
Redo Buffers                6086656 bytes
Database mounted.
ORA-03113: end-of-file on communication channel
Process ID: 4293
Session ID: 1 Serial number: 5

Best Answer

In your case, it seems that database can not pass from mounted to open state, for any reason. Please check alert log and any generated file in your trace directories. EDIT: I removed comment about ORA-00600 (I wrongly read your post 1st time...)