Home » RDBMS Server » Backup & Recovery » FRA maintenance with Flashback on, but no RMAN backup (Linux)
FRA maintenance with Flashback on, but no RMAN backup [message #672442] Mon, 15 October 2018 11:22 Go to previous message
dhu1
Messages: 2
Registered: October 2018
Junior Member
I am asked to configure a database similar as the following:

alter system set db_recovery_file_dest=' /flashback_recovery_area/testdb'
alter system set db_recovery_file_dest_size=2G;
alter system set db_flashback_retention_target = 4320;
alter system set log_archive_dest_1='location=USE_DB_RECOVERY_FILE_DEST' ;
alter system alter database flashback on;

The database will not be backed up by RMAN, and archive logs will be only on FRA, We hope FRA could auto delete archive and flashback logs according to flashback_retention policy.

I wonder if it will work as expected with archive logs.

Thanks for help.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Formatting TAG in rman scripts
Next Topic: relink ORACLE_HOME with EXPORT process
Goto Forum:
  


Current Time: Fri Apr 19 17:18:10 CDT 2024