Limit to EXEC SQL TYPE my_long IS LONG VARCHAR(33554300) REFERENCE;

From: <bastien.parisot_at_nextel.com>
Date: 7 Jun 2001 11:04:13 -0700
Message-ID: <88163979.0106071004.71c4136_at_posting.google.com>


Hello,

I am trying to read long oracle field from an Oracle 7.3.4 database with ProC. The length of the fields we have encountered can be up to 200MB.

For some reason, when I try to do
EXEC SQL TYPE my_long IS LONG VARCHAR(35000000) REFERENCE;

when I execute the program, I get a core dump. If I lower to let's say 33MB, the program runs.

Does anybody know what sets this limit?

Thank you for your help.

Bastien Parisot
Nextel International Received on Thu Jun 07 2001 - 20:04:13 CEST

Original text of this message