How to write a tool or utility in C/Tuxedo?

Hi,

I have a hard time to think of writing a tool or call its an API utility in order to migrate the data from an old-system (DB2) to a new-system (Oracle). I never do this before. There are many records in the old database DB2. I can't just map each of them to the new database by manually.

I want to find out or may be need to write the
application using Tuxedo to handle the data transfer
from the system DB2 to the Oracle database. All the data
in the tables have to be mapped correctly into the new
system. Has anyone worked on this before and can give me some suggestions or any resources that I can go to. Thank you guys!

Well... I was hoping a Tuxedo guru would pounce on this
one but since no one has, I can say that if you can't
(for some reason) use any migration tools (DBArtisan, Rational,
Etc,) and you can write C/C++, you can use unixODBC to write
code that connects to both DBs simultaneously and Extract,
Translate and Load (ETL) anything you want.

Check out...