Page 1 of 1

Your database has a table CUSTOMERS that contains the columns CUST_NAME, AMT_DUE, and OLD_STATUS.Examine the commands ex

Posted: Sun Jun 11, 2023 3:51 pm
by answerhappygod
Your database has a table CUSTOMERS that contains the columns CUST_NAME, AMT_DUE, and OLD_STATUS.Examine the commands executed and their output:Why is it that only one update is listed by the Flashback Version Query?
Your Database H 1
Your Database H 1 (130.67 KiB) Viewed 304 times
A. Supplemental logging is not enabled for the database.
B. The undo data that existed for versions of rows before the change to the table structure is invalidated.
C. The DB_FLASHBACK_RETENTION_TARGET parameter is set to a lower value and the undo data pertaining to the first transaction is flushed out.
D. Undo retention guarantee is not enabled. E. Flashback Data Archive is full after the first update statement.