Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> how to translate a clob?
Hello,
I want to "translate" a Clob ("myfield") by doing this :
update mytable
set myfield = translate(myfield,'¿','''');
But...it isn't possible to use "translate" on clob :-( I know there is the dbms_lob package which can help...
Did someone solve this pb?
Thanks in advance.
Isabelle Received on Fri Oct 01 2004 - 10:40:51 CDT
![]() |
![]() |