knowledge_base_restore_point
knowledge_base_restore_point
FLASHBACK_ON
------------------
NO
NO
9 rows selected.
SQL>
SQL>
SQL>
SQL>
SQL>
SQL> archive log list
Database log mode Archive Mode
Automatic archival Enabled
Archive destination +RECO_PRU
Oldest online log sequence 80
Next log sequence to archive 85
Current log sequence 85
SQL>
SQL>
SQL> show parameter reco
System altered.
SYSDATE
-------------------
26-08-2019 12:54:00
FLASHBACK_ON
------------------
RESTORE POINT ONLY
RESTORE POINT ONLY
SQL>
In one of the oracle note (Flash Recovery area - Space management Warning & Alerts
(Doc ID 305812.1)), it is mentioned that if flashback log space got exhausted for
any reason, it won't cause any issue and database start over-writing old flash
back logs.
For example, We want to know what will happen in below scenario:
db_recovery_file_dest_size is set 20G.
db_flashback_retention_target is set for 1 hours.
Due to excessive activity on database, lot of flashback logs been generated and has
crossed the threshold (20G) within half hour.
Please clear us what will happen next? whether database will be hung? Or it will
start overwriting of flashback logs?