Database Error Messages

ORA-17194

Mark and reset are not supported by this class.

Cause

Mark or reset is being called on a class that does not support marking or resetting.


Action

Ensure that mark or reset is supported by calling the markSupported() method on the class. Use an alternative class if not supported.