archived redo log destination change to the FRA
Hi,
I am running a single instance enterprise edition database, version 19.9 on Linux RH7
I am testing a data guard environment and would like to start using the FRA for the archived redologs. Below is the environment I have:
db_recovery_file_dest string /oracle-fast-recovery-area
db_recovery_file_dest_size big integer 50G
log_archive_dest_1 string LOCATION=/u01/recovery-area VALID_FOR= (all_logfiles,all_roles) db_unique_name=beta1
log_archive_dest_10 string
The RMAN documentation claims that I can make this change just by setting:
SQL> ALTER SYSTEM SET log_archive_dest_1=' ' ;
ALTER SYSTEM SET log_archive_dest_1=' '