Which of the following is not an execution method while creating an executable?
-
Oracle Reports
-
Oracle Forms
-
PL/SQL Stored Procedure
-
Host
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.
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.