Multiple choice technology packaged enterprise solutions

Which of the following is not an execution method while creating an executable?

  1. Oracle Reports

  2. Oracle Forms

  3. PL/SQL Stored Procedure

  4. Host

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

When creating an executable in Oracle EBS, valid execution methods include Oracle Reports, PL/SQL Stored Procedures, and Host (shell scripts). Oracle Forms is not a valid execution method for concurrent programs - Forms are interactive UI components, not batch executables.

AI explanation

When defining a concurrent program executable (e.g., in Oracle E-Business Suite), the Execution Method field offers options like Host, PL/SQL Stored Procedure, Oracle Reports, SQL*Loader, SQL*Plus, Spawned, etc. — but "Oracle Forms" is not one of these execution methods; Forms is a separate interactive UI tool, not a batch/concurrent-program execution type. Oracle Reports, PL/SQL Stored Procedure, and Host are all legitimate, standard execution methods, which is why Oracle Forms is correctly identified as the one that doesn't belong.