Hello all.
During a database upgrade the dbua utility hangs and i have the text below in the alert log.
I can't connect to the database using an sqlplus session (to change the db_recovery_file_dest_size parameter ) neither by using RMAN to backup/delete logs.
How can i overcome this situation?
Thanks!
************************************************************************
Sat Sep 17 19:22:47 2016
Errors in file /u01/app/oracle/diag/rdbms/soadn3/soadn3/trace/soadn3_arc3_66125882.trc:
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 41943040 bytes disk space from 8644460544 limit
ARC3: Error 19809 Creating archive log file to '+FRA'
Sat Sep 17 19:22:47 2016
Errors in file /u01/app/oracle/diag/rdbms/soadn3/soadn3/trace/soadn3_arc0_2556446.trc:
ORA-19815: WARNING: db_recovery_file_dest_size of 8644460544 bytes is 100.00% used, and has 0 remaining bytes available.
Sat Sep 17 19:22:47 2016
************************************************************************
You have following choices to free up space from recovery area:
1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
then consider changing RMAN ARCHIVELOG DELETION POLICY.
2. Back up files to tertiary device such as tape using RMAN
BACKUP RECOVERY AREA command.
3. Add disk space and increase db_recovery_file_dest_size parameter to
reflect the new space.
4. Delete unnecessary files using RMAN DELETE command. If an operating
system command was used to delete files, then use RMAN CROSSCHECK and
DELETE EXPIRED commands.
************************************************************************
Sat Sep 17 19:22:47 2016
Errors in file /u01/app/oracle/diag/rdbms/soadn3/soadn3/trace/soadn3_arc0_2556446.trc:
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 41943040 bytes disk space from 8644460544 limit
ARC0: Error 19809 Creating archive log file to '+FRA'