Database Error Messages

OCI-17196

Invalid mark for the CLOB input stream

Cause

A negative value is being passed as the readLimit to the mark method for the CLOB input stream, which is not valid.


Action

Specify a valid positive value (>=0) as the readLimit while calling mark on the CLOB input stream.