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 > Data Migration from Informix to Oracle 11

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-03-11, 12:53
aucrun aucrun is offline
Registered User
 
Join Date: Dec 2003
Posts: 65
Data Migration from Informix to Oracle 11

Hi,

I would like if someone can help with a migration that I'm about to execute soon.
I will migrate an older Informix database to a newer ORacle 11 database and since it is my first Big migration I have some noob questions.

First of all, I would like to know if Oracle Migration Workbench really does what Oracle says and migrates smoothly an Informix database or can I expect problems within its usage?

I'm in doubt of using Orale Migration Workbench or making the migration "by hand".

This is another question I have ... If my choice goes to Migration By Hand, which steps do do you recommend. After thinking a little about it, I think that the next few steps are important:
- Export Informix schema:
- Tables
- Views
- Indexes
- Internal Funcions e Procedures
- ….
- Create scripts using PL/SQL syntax:
- Tables (Autonumber fields, have to be solved by using Triggers)
- Views
- Indexes
- Internal Funcions e Procedures
- Triggers (for autonumbers cases)
- ….
- Run the scripts and create the objects in Oracle:
- Tables
- Views
- Indexes
- Internal Funcions e Procedures
- Triggers must be created after the data migration, right?
- ….
- To import the data, I have two choices, right?:
- Export the data from Informix to flat files, and then import them to Oracle
- Create a small program in C#, by instance, that makes the export/import of the data to Oracle

I would appreciate any help, suggestions and advices on this issue.

Thanks!
Reply With Quote
  #2 (permalink)  
Old 01-04-11, 16:19
aucrun aucrun is offline
Registered User
 
Join Date: Dec 2003
Posts: 65
Anybody??

Hi,

I just want to know if those steps are the correct ones. Or if I'm missing any .... or if there is someway easier ...

Anybody??
Reply With Quote
Reply

Tags
informix, migration, oracle

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