Categories
19c database RMAN

END-OF-FILE ERROR

Error code – ORA-03113

Solution

ORACLE_SID = orcl
The Oracle base remains unchanged with value /u01/app/oracle
[oratest@oracle ~]$ sqlplus / as sysdba

SQL*Plus: Release 19.0.0.0.0 - Production on Wed Sep 8 23:53:19 2021
Version 19.3.0.0.0

Copyright (c) 1982, 2019, Oracle.  All rights reserved.

Connected to an idle instance.

SQL> startup
ORACLE instance started.

Total System Global Area  281017392 bytes
Fixed Size                  8895536 bytes
Variable Size             218103808 bytes
Database Buffers           50331648 bytes
Redo Buffers                3686400 bytes
Database mounted.
ORA-03113: end-of-file on communication channel
Process ID: 4097
Session ID: 390 Serial number: 53661

SQL> exit
Disconnected from Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 -
Production Version 19.3.0.0.0 [oracle@oracle ~]$ sqlplus / as sysdba Connected to an idle instance. SQL> startup nomount ORACLE instance started. Total System Global Area 281017392 bytes Fixed Size 8895536 bytes Variable Size 218103808 bytes Database Buffers 50331648 bytes Redo Buffers 3686400 bytes
SQL> alter database mount;

Database altered.



SQL> alter database clear unarchived logfile group 2;

Database altered.


SQL> shutdown immediate
ORA-01109: database not open

Database dismounted.
ORACLE instance shut down.
[oratest@oracle ~]$ sqlplus / as sysdba

SQL*Plus: Release 19.0.0.0.0 - Production on Thu Sep 9 00:14:39 2021
Version 19.3.0.0.0

Copyright (c) 1982, 2019, Oracle.  All rights reserved.

Connected to an idle instance.

SQL> startup
ORACLE instance started.

Total System Global Area  281017392 bytes
Fixed Size                  8895536 bytes
Variable Size             218103808 bytes
Database Buffers           50331648 bytes
Redo Buffers                3686400 bytes
Database mounted.
Database opened.

SQL> select name,open_mode from v$database;

NAME      OPEN_MODE
--------- --------------------
ORCL      READ WRITE

Thank you for giving your valuable time to read the above information.

If you want to be updated with all our articles send us the Invitation or Follow us:

Ramkumar’s LinkedIn: https://www.linkedin.com/in/ramkumardba/
LinkedIn Group: https://www.linkedin.com/in/ramkumar-m-0061a0204/
Facebook Page: https://www.facebook.com/Oracleagent-344577549964301
Ramkumar’s Twitter: https://twitter.com/ramkuma02877110
Ramkumar’s Telegram: https://t.me/oracleageant
Ramkumar’s Facebook: https://www.facebook.com/ramkumarram8

Leave a comment