Oracle Database 11g: Program with PL/SQL — Question 6

Which two statements are true about triggers? (Choose two.)

Answer options

Correct answer: C, D

Explanation

Option C is correct because Oracle's two-phase commit ensures data consistency during updates across local and remote databases. Option D is also correct, as triggers lose their validity if any invoked dependent object changes, requiring manual re-enablement. Options A and B are false; triggers can be disabled simultaneously and only users with specific privileges can create triggers.