Oracle Solution for Error ora-27484

Solution for Oracle Error ORA-27484

ORA-27484: Argument names are not supported for jobs without a program.

What triggered the Error:

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.

What should we do to fix it:

e argument position instead of name and then issue the command again.