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 > Unload utility

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-06-10, 15:08
citi citi is offline
Registered User
 
Join Date: Aug 2007
Posts: 45
Unload utility

DB2 V8 Z/os

I am trying to unload a table that has a blob(100K) and receive a size error.

Is there a limit on the size of the lob field?

Any help would be appreciated.
Reply With Quote
  #2 (permalink)  
Old 08-09-10, 16:00
schintala schintala is offline
Registered User
 
Join Date: Apr 2005
Location: USA
Posts: 119
Did you try using TRUNCATE key word in unload statements. Try one of the following options.

1. UNLOAD DATA FROM TABLE
BLOBCOLUMN TRUNCATE
or

2. UNLOAD DATA FROM TABLE
BLOBCOLUMN VARCHAR BLOBF TSYSLOB

TSYSLOB is template. You need to define for DSN.
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