Alteryx is not allowing me to write Blobs to an Oracle DB (via an OCI connection) when the file size is greater than 1GB. Works fine for <1GB. Doesn't seem to matter what the file type is - I get the below error with both .qvx and .csv files. According to our DBAs the Oracle DB is configured to allow Blobs of at least 2TB.
And suggestions on a remedy? I know the Blob tool has the 'break into chunks' feature, which works, but we're trying to avoid the end user having to do any ETL if possible.
Error: Output Data (4): DataWrap2OCI::SendBatch: ORA-03146: invalid buffer length for TTC field
Insert into "SCHEMA"."TABLE"("INSERT_DATE","FILE_NAME","FILE_DATA") Values (:A1,:A2,EMPTY_BLOB())