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 for z/OS Rehosting on Unix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-15-09, 03:11
kmurthyhegde kmurthyhegde is offline
Registered User
 
Join Date: Sep 2009
Posts: 1
DB2 for z/OS Rehosting on Unix

Hi All,

Can you suggest any resources/references for migrating the DB2 database (schema and data) from a mainframe box to a Unix box?

What are the various tools/techniques required to achieve this?

Thanks for your help.

Krishna
Reply With Quote
  #2 (permalink)  
Old 09-15-09, 03:36
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
This has been answered several time before in detail. I have done this and I am absolutely convinced that the best way is set up a connection from AIX to the mainframe database using DB2 Connect (if you have version 8.x ESE it comes with a free license) and and then exporting the data in IXF format from the AIX command line (you can also do this on Windows and move the IXF files to AIX later). Then use replace_create on the import/load. You may have to add some of the DDL manually such as foreign keys and some indexes, triggers, SP's, etc.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390

Last edited by Marcus_A; 09-15-09 at 04:10.
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