Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Using replace in a clob
Yeah, CLOBS are a pain in 8i.
One approach you could use is to process it in chunks as you suggested, but instead of a fixed size of 32K, check for the existence of an "open substitute section" indicator (e.g. '<!-') within a 1000 characters of the 32K mark, and break your chunks up so that they don't cross a substitution section.
Mike Received on Wed Mar 23 2005 - 16:14:48 CST
![]() |
![]() |