Which are appropriate scheduling tools for use in EIP database?
-
CONTROL M
-
DBMS_JOB
-
DBMS_SCHEDULER
-
ALL
D
Correct answer
Explanation
EIP database supports multiple scheduling tools: CONTROL M (external enterprise scheduler), DBMS_JOB (legacy Oracle package), and DBMS_SCHEDULER (modern Oracle scheduler). The choice depends on specific requirements, but all three are valid options for scheduling jobs in the EIP environment.