Database Error Messages

ORA-17195

Mark invalid or not set

Cause

The cause could be either of the following :

  1. Mark has not been set before calling reset on the CLOB

input stream or on the CLOB reader.

  1. A negative value is being passed as the readAheadLimit to

the mark method for the CLOB reader, which is invalid.


Action

Choose the action corresponding to the cause as numbered :

  1. Set the mark on the CLOB input stream or the CLOB reader

to a valid value greater than or equal to 0.

  1. Specify a valid positive value as the readAheadLimit, while

calling mark on the CLOB reader.