Database Error Messages

OCI-17169

Cannot bind stream to a ScrollableResultSet or UpdatableResultSet.

Cause

An attempt is being made to bind a stream to a ScrollableResultSet or UpdatableResultSet, which is not supported.


Action

Use a standard ResultSet when binding streams.