Ora-19804 Cannot reclaim N bytes disk space from M bytes limit
Hi Guys,
Need some advice on this error I am having when running my rman backup scripts. 67 MB cannot be reclaimed from 107.37 GB. Should I just increase the db_recovery_file_dest?
It is currently set at 200GB.
Here are the error logs , the 1st pic is my incremental back up that runs daily, and 2nd pic is my full backup that runs every sunday.
I have also below the code i use for backing up:
#!/bin/bash
# Perform RMAN backup
# Expected usage: f_perform_backup DB LEVEL
# DB: Database SID to pass to RMAN
# LEVEL: full/inc - full is full incremental, inc is differential incremental