Oracle Error Message
PLW-05008: illegal number of arguments for pragma string
Reason for the Error
The number of arguments (actual parameters) passed to the named pragma (compiler directive) is incorrect. A required argument was omitted from the argument list, or the pragma syntax is faulty (for example, a comma might be missing between two parameters).
Solution
Supply the missing argument or correct the faulty syntax.