Re: CLOB
From: Mladen Gogala <no_at_email.here.invalid>
Date: Thu, 5 Nov 2009 18:03:28 +0000 (UTC)
Message-ID: <pan.2009.11.05.18.03.27_at_email.here.invalid>
On Wed, 04 Nov 2009 14:23:22 -0800, The Magnet wrote:
Date: Thu, 5 Nov 2009 18:03:28 +0000 (UTC)
Message-ID: <pan.2009.11.05.18.03.27_at_email.here.invalid>
On Wed, 04 Nov 2009 14:23:22 -0800, The Magnet wrote:
> This may be a dumb question, but why can't Oracle read anything greater
> than 32767?? Even CLOB's? You really have to loop and do some crappy
> stuff??
The answer is that it can read. I used DBMS_LOB.READ to read the entire 1MB and that was in version 9i. The problem is that I was using C language. What are you using?
-- http://mgogala.freehostia.comReceived on Thu Nov 05 2009 - 12:03:28 CST