Location of Archive Log Files.
After setting the flash recovery area, Do I Need to manually change the location of archive log file,
SQL> show parameter archive
log_archive_dest_1 string LOCATION=/u01/oracle/CRP/db/ap
In the FRA setup I have done
ALTER SYSTEM SET DB_RECOVERY_FILE_DEST = '/u01/oracle/CRP/fra' SCOPE=BOTH SID='CRP';
ALTER SYSTEM SET DB_RECOVERY_FILE_DEST_SIZE = 10G SCOPE=BOTH SID='CRP';
What I was expecting that Archive logs will move in the directory which I have setup in the FRA, but still its doin
in the previous location,., any idea how to move the newly generated archive log files in the Flash Recovery Area
0