JDBC Type 4 Driver 1.1 Programmer's Reference
Cause. A transaction error occurred when the JDBC/MX driver attempted to reserve the data
locators for the given process while inserting or updating a LOB column.
Effect. The application cannot insert or update the LOB columns.
Recovery. Check the file-system error in the message and take recovery action accordingly.
29067 07009 Invalid input value in the method {0}
Cause. One or more input values in the given method is invalid.
Effect. The given input method failed.
Recovery. Check the input values for the given method.
29068 07009 The value for position can be any value between 1 and one more than the
length of the LOB data
Cause. The position input value in Blob.setBinaryStream,
Clob.setCharacterStream, or Clob.setAsciiStream can be between 1 and one
more than the length of the LOB data.
Effect. The application cannot write the LOB data at the specified position.
Recovery. Correct the position input value.
29069 HY000 Autocommit is on and LOB objects are involved.
Cause. An attempt was made to access a LOB column when autocommit made is enabled.
Effect. The application cannot access LOB columns.
Recovery. Disable the autocommit mode.
29100 HY000 An internal error occurred.
Cause. Internal error.
Effect. Operation fails.
Recovery. None. Report the entire message to your service provider.
29101 HY000 Contact your HP service provider.
Cause. Internal error.
Effect. Operation fails.
Recovery. None. Report the entire message to your service provider.
29102 HY000 Error while parsing address address
Cause. The address format was not recognized.
Effect. Operation fails.