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 > Data Transfer from NT to Sun

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-31-04, 15:46
sks sks is offline
Registered User
 
Join Date: Sep 2003
Posts: 19
Data Transfer from NT to Sun

I have a DB2 UDB 8.1 installed on the Windows 2000 Server and I have a DB2 UDB 7.2 installed on Sun Solaris. Instead of doing db2move export, is there any way I can just move data from one table to another using some kind of utility tool or something?

Please advice ASAP, need to move 26GB of data over ASAP!

Thx!
Reply With Quote
  #2 (permalink)  
Old 01-31-04, 15:55
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
A DB2 database backup from Windows cannot be restored to any other DB2 platform.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 01-31-04, 15:59
sks sks is offline
Registered User
 
Join Date: Sep 2003
Posts: 19
Quote:
Originally posted by Marcus_A
A DB2 database backup from Windows cannot be restored to any other DB2 platform.
Marcus I don't want to do a backup from Restore. But isn't there some kind of tools like PL SQL Developer for Oracle that would allow you to move data from one database on W2000 to Sun Solaris?

There has to be some kind of utility tool out there!???
Reply With Quote
  #4 (permalink)  
Old 01-31-04, 16:02
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Other than db2move I am not aware of any other tools that come with DB2. If you can set up a federated database environment, you could possilby do an insert select from one database to the other. But the DB2 load utility is much faster if you use unrecoverable load (then take a backup after that).
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #5 (permalink)  
Old 01-31-04, 16:18
dollar489 dollar489 is offline
Registered User
 
Join Date: Sep 2002
Posts: 456
db2move OR export --> import/load in ixf format.

dollar

Quote:
Originally posted by Marcus_A
Other than db2move I am not aware of any other tools that come with DB2. If you can set up a federated database environment, you could possilby do an insert select from one database to the other. But the DB2 load utility is much faster if you use unrecoverable load (then take a backup after that).
Reply With Quote
  #6 (permalink)  
Old 01-31-04, 17:15
sks sks is offline
Registered User
 
Join Date: Sep 2003
Posts: 19
Thanks Guys! Have you ever tried using DB2MTK?
Reply With Quote
  #7 (permalink)  
Old 01-31-04, 18:28
dollar489 dollar489 is offline
Registered User
 
Join Date: Sep 2002
Posts: 456
which one? There are a number of them offered by IBM.

dollar

Quote:
Originally posted by sks
Thanks Guys! Have you ever tried using DB2MTK?
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