ORA-53200
Argument property_name is null.
- property_name: The property name specified by the user.
Cause
A non-null value was expected for the property being fetched, but the value passed was null.
Action
Check your program and ensure that the caller of the routine does not pass a null argument value.