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 > DB2 Table Export - LOAD & UNLOAD ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-20-04, 10:07
rkmarthy rkmarthy is offline
Registered User
 
Join Date: Jan 2004
Location: USA
Posts: 6
DB2 Table Export - LOAD & UNLOAD ?

Hello All,

I want to export a DB2 table from one database to another database. Do any one know how to export a table?

One of the data type for my table is a BLOB, so it is causing some problem. I saw some utilities like LOAD and UNLOAD to perform table export.

Did anyone tried these tools? Suggestions are very helpful.

Thanks.
Reply With Quote
  #2 (permalink)  
Old 05-20-04, 13:36
J Petruk J Petruk is offline
Registered User
 
Join Date: Mar 2004
Location: Toronto, ON, Canada
Posts: 513
Quote:
Originally Posted by rkmarthy
Hello All,

I want to export a DB2 table from one database to another database. Do any one know how to export a table?

One of the data type for my table is a BLOB, so it is causing some problem. I saw some utilities like LOAD and UNLOAD to perform table export.

Did anyone tried these tools? Suggestions are very helpful.

Thanks.
I think you want EXPORT and LOAD... you'll probably want to use LOBS TO lob-path on the EXPORT and "modified by LOBSINFILE" in the LOAD.

(Read the guidelines for posting, too, since I'm just guessing your platform, version, etc...)
__________________
--
Jonathan Petruk
DB2 Database Consultant
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