Oracle Error Message
ORA-27484: Argument names are not supported for jobs without a program.
Reason for the Error
An attempt was made to set or reset a job argument by using the name of the argument. Identifying job arguments by their name is only supported in combination with jobs that are based on programs. Jobs that are not using a program cannot have named arguments.
Solution
Use argument position instead of name and then issue the command again.