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 > Move database to different platform

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-03-04, 15:46
sandrajc sandrajc is offline
Registered User
 
Join Date: Feb 2004
Posts: 1
Move database to different platform

I would like to move a DB2 UDB ESE V8 database on AIX to DB2 UDB ESE V8 on LINUX. Has anyone done this and is it via a db2 backup with
a db2 redirected restore? Also does anyone have any benchmarks for DB2 on AIX vs DB2 on LINUX.
Thank you ,
Sandy
Reply With Quote
  #2 (permalink)  
Old 02-03-04, 15:49
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Re: Move database to different platform

This is a very frequently asked question ...

In www.db2click.com in the links page, search for FAQ and you will find a list ...

HTH

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 02-04-04, 11:20
famudba famudba is offline
Registered User
 
Join Date: Jan 2004
Location: Tallahassee, FL, USA
Posts: 96
I am not , one platform DB backup with work other flatform.


but you can use db2look & DB2 export & load utilities,

but based on you DB size ,data volumns ( if any lob/clob)

db2look -l -x -e -o outputfile

above statement will take DDL from you DB ( before that check your APP_CTL_HEAP_SZ Db parm ,)

generate

export & load scripts from system catalogs , ftp .IXF file load scripts to target DB Server.


-Lekharaju Ennam
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