Bug #61203 | noAccessToProcedureBodies does not work anymore | ||
---|---|---|---|
Submitted: | 17 May 2011 15:10 | Modified: | 22 Mar 2012 19:16 |
Reporter: | Cyril SCETBON | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S1 (Critical) |
Version: | 5.5.16 | OS: | Linux |
Assigned to: | John Russell | CPU Architecture: | Any |
Tags: | jdbc, noAccessToProcedureBodies |
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
[17 May 2011 15:13]
Cyril SCETBON
[24 May 2011 7:53]
Tonci Grgin
Underprivileged user definition
Attachment: UserPrivs-bug61203.txt (text/plain), 3.91 KiB.
[24 May 2011 7:53]
Tonci Grgin
Test case
Attachment: TestBug61203.java (text/java), 5.47 KiB.