Database Administration (MOSC)

MOSC Banner

ORA-19815: WARNING: db_recovery_file_dest_size of nnn bytes is 100% used

edited May 8, 2019 10:19AM in Database Administration (MOSC) 2 comments

When you get ORA-19815

+ Check if the RMAN is taking the Archive log back properly and deleting the absolute files.

+ Even-though if you have available space at the OS level and SIZE restricted from DB parameter ( db_recovery_file_dest_size ) then we will hit the issue.

+ Also check for available space at the OS level and release the space constraints from the diag location.

If you try to open the DB it will errored out:

SQL> alter database mount;

alter database mount

*

ERROR at line 1:

ORA-01034: ORACLE not available

Process ID: 0

Session ID: 0 Serial number: 0

SQL> shutdown immediate

SQL> startup mount

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center