Re: LONG/LONG RAW Limitation
Date: Mon, 31 Dec 2001 08:57:12 +0530
Message-ID: <a0olv0$ahd$1_at_ns2.fe.internet.bosch.com>
Hi
According to the microsoft documentation LONG RAW data when used as parameter of stored procedure will get truncated by 32K. Is this a limitation of OLE DB or PL/SQL? Also does this limitation exist in OraOLEDB? Can I use LOB parameter with Oracle 8.0 database or do i need 8.1 or higher?
Nirmal
"Noodles" <noodles_at_aol.com> wrote in message
news:20011227202514.12544.00002682_at_mb-fj.aol.com...
> I had the same problem a while back and the solution was to get rid of the
> PL/SQL and use a PRO*C program with a large enough memory buffer to
handle the
> long raw column. (Technical support was from T. Kyte via this newsgroup)
>
> If you want, let me know and I'll can send you the PRO*C source as an
example.
>
> Cliff
> clifford_buetikofer_at_<never_no_spam>merck.com
>
>
Received on Mon Dec 31 2001 - 04:27:12 CET