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 on AIX to DB2 V7.2 on z/OS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-08-05, 19:22
paulED paulED is offline
Registered User
 
Join Date: Jan 2005
Posts: 1
DB2 on AIX to DB2 V7.2 on z/OS

Hi,

I need information on how to move data from DB2 on AIX to DB2 V7.2 on z/OS. What is the first step to be taken in preparing the data for this purpose
Reply With Quote
  #2 (permalink)  
Old 01-10-05, 05:04
FunkyMonkey FunkyMonkey is offline
Registered User
 
Join Date: Dec 2004
Posts: 11
Lightbulb

The two most important elements are Frequency and Volume.

How often are you wanting to do this?
How much data are we talking about?
Are the two systems connected by a SAN, if not, how are they to be connected?


The most basic way of performing this task is to use the cross-loader tool.
It opens a cursor on the source table and writes all of the selected data
out to a load file which is then loaded to the target table by the DB2 load utility.

Have a look on the IBM redbooks for more detailed information.
Reply With Quote
  #3 (permalink)  
Old 01-10-05, 12:01
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
IIRC, Cross-loader has problems when handling large amounts of data .. And Cross-loader in V7 does not provide support for LOBs
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.

Last edited by sathyaram_s; 01-10-05 at 12: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