Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
10.5.1.1
-
None
-
None
-
None
Description
In a query returning multiple rows from a table, where later rows in the select loop after the commit contain streaming clobs or blobs a commit may
attempts to get at those streams after the commit to fail with a:
3)java.sql.SQLException: The data in this BLOB or CLOB is no longer available.
The BLOB/CLOB's transaction may be committed, or its connection is closed.
Attachments
Attachments
Issue Links
- duplicates
-
DERBY-1511 SELECT clause without a WHERE, causes an Exception when extracting a Blob from a database
- Closed