Database Error Messages

OCI-17104

SQL statement cannot be empty or null.

Cause

Null SQL string provided.


Action

Provide valid not NULL SQL string when executing Statement/PreparedStatement/CallableStatement.