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 > Re: Database Merging in DB2

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-04-08, 02:24
Hemanta Hemanta is offline
Registered User
 
Join Date: Nov 2008
Posts: 2
Re: Database Merging in DB2

I have a few databases in DB2.

Now I want to merge them in one database.

But I do not know how to do it. So please tell me the steps ASAP.



With Regards

Hemanta
Reply With Quote
  #2 (permalink)  
Old 11-04-08, 03:03
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Hi,
use:
1. db2look to get DDL
2. db2move export
3. execute db2look output to new database
4. db2move load or db2move import to new database.
Regards
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