Oracle Database 12c: Multitenancy Essentials — Question 14

You have altered an index supporting a constraint to be invisible on a large data warehouse table in an X5 Database Machine.
Which two statements are true?

Answer options

Correct answer: B, C

Explanation

Option B is correct because the index must be visible for the constraint to be enforced. Option C is also correct as it allows the constraint to be recognized even if the index remains invisible, but it requires the specific setting. The other options are incorrect because they suggest dropping the index or altering the constraint in ways that do not guarantee the enforcement of the constraint.