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 > Informix > Informix Migration 7.3 to 9.4 across OS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-28-04, 10:49
Suvarnagalgali Suvarnagalgali is offline
Registered User
 
Join Date: Apr 2004
Posts: 3
Informix Migration 7.3 to 9.4 across OS

hi

We are in a process of finalizing migration path for our informix database. Current version is 7.3 FC5. We are also moving our operating system from Alfa Dec to Sun Solaris. I would like to know wheather following things are possible or not and which one is the time saving process.

1) Migrate entire database from 7.3(Alfa) to 7.3(Sun) and then upgrade to 9.4 on Sun machine.

Or

2) Install Informix 9.4 on Sun machine (Target),create system tables and empty database by bringing database online. Then export table by table from 7.3(Alfa) directly into 9.4(Sun) using LOAD utilities.

I would like to know the best method that we can use for above migration.
Reply With Quote
  #2 (permalink)  
Old 04-28-04, 13:36
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
Hi,

The first option is not possible, the second one is possible. But why not do the following:
A) Create empty database on 9.4
B) Run script with sql made with dbschema of complete database
- Only create tables part
C) Define connectivity between two servers
D) Put both servers in unlogged mode
E) remote select and insert
F) Create indexes, views, constraints etc on new db.

This may take some extra preparation, but the migration time is less.

Greetz,

Rob Prop
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