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 migrate

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-27-09, 08:15
nittal nittal is offline
Registered User
 
Join Date: Jul 2008
Posts: 131
db2 migrate

Hi,

Is there a way to migrate database from v9.5 to v9.1???? I am sure that backup and restore is not supported but any other way???
Reply With Quote
  #2 (permalink)  
Old 04-27-09, 08:47
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
A number of ETL tools will automate the process, but it is pretty simple.

1) Migrate the schema (making any adjustments needed for features used that are not supported in the earlier version)
2) Copy the data from the full database back to the empty one.

-PatP
__________________
In theory, theory and practice are identical. In practice, theory and practice are unrelated.
Reply With Quote
  #3 (permalink)  
Old 04-27-09, 09:11
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
take db2look in 9.5 and execute this in a new db in 9.1
export all data 9.5 and load in 9.1
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified
http://www.infocura.be
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