Database Error Messages

OCI-17284

Executor argument is null

Cause

A null Executor is being passed to either the setNetworkTimeout() method, or while calling abort on the connection.


Action

Ensure that the Executor object being passed is not null.