Oracle Error ORA-27458: A program of type PLSQL_BLOCK cannot have any arguments.

Oracle Error Message

ORA-27458: A program of type PLSQL_BLOCK cannot have any arguments.

Reason for the Error

An attempt was made to create or enable a program of type PLSQL_BLOCK with arguments. This is not allowed.

Solution

Change the number of arguments to zero, or change the type of the program.