Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> please help: extracting clob data contains XML
here is my problem:
i have a table called "MAP" with a column type CLOB like this:
MAP
i can successfully extract and write out to files with DBMS_LOB and UTL_FILE packages, but many of the xml_map were cut off because it exceeds the max linesize (32767 or something i am guessing since it always cuts exactly at 32768 character) but some of the xml_map are like 40-50k. So is there a way to get the entire xml out?
i am thinking there are some options:
Any suggestions or help will be GREATLY appreciated.. thanks/ M Received on Wed Sep 25 2002 - 19:49:19 CDT
![]() |
![]() |