Upgrade to Oracle Database 12c — Question 1

You plan to drop the column of a table that has Flashback Archiving enabled.
You want to ensure minimal service disruption.
How would you do this in your Oracle 12c Database?

Answer options

Correct answer: D

Explanation

The correct answer is D because dropping the column using the ALTER TABLE statement is a straightforward method that does not require disabling Flashback Archiving, ensuring minimal service disruption. The other options involve additional steps that could introduce unnecessary complexity and potential downtime.