Oracle Error CLSGN-00185: Invalid argument.

Oracle Error Message

CLSGN-00185: Invalid argument.

Reason for the Error

An argument was passed to a function which was incorrect. In the case of a string, for example, a string will be invalid if it is null or has a zero length.

Solution

Supply a valid argument.