Database Error Messages

OCI-17282

Class argument to getObject is null

Cause

An attempt is being made to call getObject() on a result set but the class type passed to it is null.


Action

Ensure that a non-null class type is passed to the getObject() method.