Oracle Error ORA-27457: argument string of job “string.string” has no value

Oracle Error Message

ORA-27457: argument string of job “string.string” has no value

Reason for the Error

No value was provided for the job argument with the specified position.

Solution

Provide a value for the job argument using any of the set_job_xxxx_value() routines. Or, when using a named program, specify a default value for the corresponding argument of the program.