I'm not able to start Oracle database. When I to give below startup command, I'm getting error (ORA-03113: end-of-file on communication channel) .
[oracle@NVMBRCPGRHSACS01WT trace]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Mon Jul 17 14:25:17 2017
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.
Total System Global Area 8.0973E+10 bytes
Fixed Size 2237088 bytes
Variable Size 1.0737E+10 bytes
Database Buffers 7.0062E+10 bytes
Redo Buffers 171511808 bytes
ORA-03113: end-of-file on communication channel
Process ID: 9097
Session ID: 365 Serial number: 1
SQL>
Please help me how to resolve this problem. Alert log attached.