Bug #13255 | Statement exceute Batch failed on JDBC Failover | ||
---|---|---|---|
Submitted: | 16 Sep 2005 3:26 | Modified: | 28 Nov 2005 20:30 |
Reporter: | Leo Chan | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 3.1.10 | OS: | Sun Java 5 Update 5 |
Assigned to: | Mark Matthews | CPU Architecture: | Any |
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
[16 Sep 2005 3:27]
Leo Chan
[16 Sep 2005 3:45]
Leo Chan
Test Program for another Test case
Attachment: TestMysqlR1.java (application/octet-stream, text), 2.28 KiB.