Question 1 · 1
Examine the parameters for your database instance: You execute the following command: SQL> ALTER TABLESPACE undotbs1 RETENTION NOGUARANTEE; Which statement is true in this scenario?
Choose one answer.
- Undo data is written to flashback logs after 1200 seconds.
- Inactive undo data is retained for 1200 seconds even if subsequent transactions fail due to lack of space in the undo tablespace.
- You can perform a Flashback Database operation only within the duration of 1200 seconds.
- An attempt is made to keep inactive undo for 1200 seconds but transactions may overwrite the undo before that time has elapsed.