Oracle
1Z0-141 · Question #130
Which two statements about FORM_TRIGGER_FAILURE are true? (Choose two).
The correct answer is B. FORM_TRIGGER_FAILURE does not cause an unhandled exception. C. FORM_TRIGGER_FAILURE causes a trigger to fail in a controlled manner. See the full explanation below for the reasoning.
Question
Which two statements about FORM_TRIGGER_FAILURE are true? (Choose two).
Options
- AYou cannot raise FORM_TRIGGER_FAILURE in an exception handler.
- BFORM_TRIGGER_FAILURE does not cause an unhandled exception.
- CFORM_TRIGGER_FAILURE causes a trigger to fail in a controlled manner.
- DIf you use FORM_TRIGGER_FAILURE to fail a trigger that is called by another trigger, the
- EProcessing continues after FORM_TRIGGER_FAILURE is raised until the end of the PL/SQL
- FYou must code an exception handler to define how you want the FORM_TRIGGER_FAILURE
How the community answered
(36 responses)- A3% (1)
- B75% (27)
- D6% (2)
- E3% (1)
- F14% (5)
Community Discussion
No community discussion yet for this question.