I am trying to to backup the Prime application before an upgrade. I have configured the NFS settings but I get the following error when I try to perform the backup:
 ERROR : Cannot proceed with backup as the free space available in oracle fast recovery area (58917 MB) is less than the current database size(83558 MB).
I have the following configured.
backup-staging-url nfs://A.B.C.D:/backups
repository backup
 url nfs://A.B.C.D:/backups
I can successfully issue the command: "show repo backup"
NFS and portmap services are up and I can successfully issue "rpcinfo -p A.B.C.D"
How can I fix this problem and get a successful backup?