While startup the database getting error.
SQL> startup
ORACLE instance started.
Total System Global Area 209235968 bytes
Fixed Size 1332188 bytes
Variable Size 125832228 bytes
Database Buffers 75497472 bytes
Redo Buffers 6574080 bytes
Database mounted.
Database opened.
SQL> select instance_name from v$instace;
select instance_name from v$instace
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
Process ID: 43880
Session ID: 170 Serial number: 5
Solution:SQL> alter database recover database until cancel;
database altered
SQL> alter system set db_recovery_file_dest_size=8000m scope=both;
database altered
SQL> alter database open resetlogs;
database altered