Oracle Database 12c: Installation and Administration — Question 59

Which two statements are true when row archival management is enabled? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The correct answers are C and D because the ROW ARCHIVAL VISIBILITY session parameter indeed defaults to showing only active rows, and the ORA_ARCHIVE_STATE column is visible when referenced in a query's select list. Options A and B are incorrect as they misrepresent the functionality of the ORA_ARCHIVE_STATE column in relation to its visibility and update mechanism, while option E inaccurately states that the column is updated automatically.