Multiple choice technology

Which of the following is considered as a fatal error

  1. key constraint violations

  2. Loading nulls into a not null field

  3. Database trigger responses

  4. Lack of database space to load data

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Fatal errors in Informatica are conditions that completely stop session execution. Key constraint violations (A) and loading nulls into not-null fields (B) are data-level errors but don't always halt execution - they may be redirected or handled based on session settings. Database trigger responses (C) depend on trigger logic. However, lack of database space (D) is a system-level failure that cannot be handled within the session - it's truly fatal.