| Bug #61126 | Calling rs.getString after rs.updateString returns the old value from the db | ||
|---|---|---|---|
| Submitted: | 11 May 2011 2:04 | Modified: | 11 Jul 2012 12:41 |
| Reporter: | Dmitry Isakbayev | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | Connector / J | Severity: | S1 (Critical) |
| Version: | 5.1.13 | OS: | Linux |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | jdbc, oracle compatability | ||
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix> - On windows use WinZip or a similar utility to split the large file
[11 May 2011 2:10]
Dmitry Isakbayev
[1 Jun 2012 18:28]
Sveta Smirnova
test case I used, partially compatible with c/J testsuite
Attachment: bug61126.java (text/x-java), 2.18 KiB.
