Multiple choice technology databases what should be program type of a program that is of 'STORED PROCEDURE' ? PLSQL_BLOCK EXECUTABLE STORED_PROCEDURE STORED_PROCEDURE_EXECUTABLE STORED_EXECUTABLE Reveal answer Fill a bubble to check yourself C Correct answer Explanation For a stored procedure in DBMS_SCHEDULER, the program_type should be 'STORED_PROCEDURE'. PLSQL_BLOCK is for anonymous PL/SQL blocks, and EXECUTABLE is for external executables like shell scripts.