Due to
insufficient space on some drives/mount point, you need to change the location
of fast/flash recovery area.
Old
Location: D:\flash_recovery_area
New
Location: E:\flash_recovery_area
ALTER SYSTEM SET DB_RECOVERY_FILE_DEST='E:\flash_recovery_area'
SCOPE=BOTH SID='*';
After change
this parametr, all new archive log will create on the new location and then
database going to remove old archive log files once aged out.
In the case
that you need to your old files (archive log, backupset, datafile image copy)
do the following:
for
archivelog transmission:
RMAN> BACKUP AS COPY ARCHIVELOG ALL DELETE INPUT;
for backupset transmission:
RMAN> BACKUP DEVICE TYPE DISK BACKUPSET ALL DELETE INPUT;
for datafile
image copy transmission:
RMAN> BACKUP AS COPY DATAFILECOPY ALL DELETE INPUT;
No comments:
Post a Comment