Bug #43576 Unexpected exception when trying to register OUT parameters in CallableStatement
Submitted: 12 Mar 2009 8:26 Modified: 18 Jun 2010 16:02
Reporter: sergio cruz Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:5.1.8 OS:Any
Assigned to: CPU Architecture:Any
Tags: CallableStatement, connectorj, stored procedures

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[12 Mar 2009 9:38] Tonci Grgin
Test case for our test framework.

Attachment: TestBug43576.java (text/x-java), 4.08 KiB.

[12 Mar 2009 10:18] sergio cruz
TestBug43576.java  modified with exactly fail case.

Attachment: TestBug43576.java (text/x-java), 3.99 KiB.

[23 Mar 2009 15:31] Tonci Grgin
Extended test case for our test framework.

Attachment: TestBug43576.java (text/x-java), 4.41 KiB.

[22 Apr 2010 10:38] Tonci Grgin
Proposed patch

Attachment: diff.txt (text/plain), 3.17 KiB.