Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: help with xmltype column larger than 4000 bytes
OK...
So I take it that what is happening is that when I try
to use the replace function, Oracle converts the xmltype
col to varchar(4000) internally and that's where the problem
arises?
So, there is no initialization parameter to increase the max size of a varchar column then I take it? If I could just raise that limit to 8000, I'd be set...
Otherwise, can you (or someone) please give me an indication of if it is even possible, and if so how, to use the dbms_lob package to accomplish what I'm trying to do, which is essentially, to replace all ocurrances of some string with some other string in an xmltype (or clob I guess) column that is larger than 4k.
Thanks a bunch.
Daniel Morgan <damorgan_at_x.washington.edu> wrote in news:1089763560.90028 @yasure:
> roger wrote: >
> > You don't have more than 4000 bytes in a VARCHAR column. Likely > it is a CLOB and you need to use the dbms_lob built-in package. > > Daniel Morgan > >Received on Tue Jul 13 2004 - 20:08:03 CDT
![]() |
![]() |