If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Exporting the complete contents of CLOB/BLOB fileds

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-30-08, 06:15
gugs gugs is offline
Registered User
 
Join Date: Sep 2008
Posts: 6
Exporting the complete contents of CLOB/BLOB fileds

I would like to export the whole content of a clob field. When I run the query

db2 "export to temp.del select char(substr(exceptiontree, 1, 100)) as clob from db2sch.logging where date(datestamp)='2008-09-30' and exceptiontree is not null"

It exports the data. However, obviously only 100 bytes.

However, if I change the size of substr to 500, I get the SQL0433N message that the value is too long

What I would like is to export the complete contents of the exceptiontree filed, is there a way of doing this?
Reply With Quote
  #2 (permalink)  
Old 09-30-08, 08:05
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Use the LOBSINFILE modifier.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On