Identify the control structure that would NOT be defined as part of a data flow with Oracle Data
Integrator.
A.
Loops
B.
Conditions
C.
Error handling
D.
GOTOs
Explanation:
GOTOs cannot be used within the Oracle Data Integrator.
Reference: DIJQR.pdf, Page 7 (Oracle Data Integrator)
D
Yes D, Conditional exists, loops can be done with conditional, and error handling with E$ tables.