Hi all!
I have question about RMAN. My backups keep in fast_recovery_area (/opt/oracle/fast_recovery_area). I want to change path of my fast_recovery_area to another location. I changed this via SQL plus command: ALTER SYSTEM SET DB_RECOVERY_FILE_DEST='/opt/oracle/backup' SCOPE=BOTH SID='*';
Now my fast_recovery_area is in this path /opt/oracle/backup. In the fast_recovery_area i have 4 folders (archivelog, autobackup, backupset, datafile). All folder is created in new location and RMAN successfully write file to new location except one folder (datafile). How can i change this option for this folder that writes also in new location. P.S datafile directroy have *dbf files that backuped every night.
Thanks!