Database Error Messages

ORA-17162

Unsupported holdability value.

Cause

The holdability value specified for the ResultSet is not supported by the JDBC driver.


Action

Use the supported holdability value ResultSet.HOLD_CURSORS_OVER_COMMIT instead. Verify that the holdability setting is appropriate and supported by your database and JDBC driver.