Flashback Data Archive - Oracle 19c
Hello Everyone
We are implementing a project where we will be using the Oracle Flashback Data Archive feature. There will be a few tables that we will enable the FDA for with a retention time of 2 weeks
We wanted to ask how would that impact the size or the retention period of our UNDO tablespace? Do we need to tweak either the size of the UNDO TS or increase the undo retention (currently set to 900)
If we need to change either the UNDO TS size OR the Retention period how do we go about determining a good starting point?
Is it safe to assume that as soon as transaction is committed in the parent table, the changes will propagate over to the history tables right away but if there is huge gap in time between when the transaction start and when the commit was issued and during that time the undo blocks holding that changed data expired, we wont be able to capture the change?