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


 
Thread Tools Search this Thread
Top Forums Programming How to write a tool or utility in C/Tuxedo?
# 1  
Old 10-16-2001
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!
# 2  
Old 10-17-2001
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...
http://www.unixodbc.org/
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Ext2 SD card utility to read and write to it

Dear Experts Sorry if it isn't the right subforum I am using windows 7 before partitioning my mobile's (Samsung Galaxy S7) SD card I did backup to all folders that were installed on it. Then I partitioned the SD card using the utility called "Mini Tool Partition" as per the snapshot below (SD... (1 Reply)
Discussion started by: zillah
1 Replies

2. Infrastructure Monitoring

Tuxedo server monitoring

Hi I like to use tmadmin commands to monitor running application in tuxedo server 12c.But When i use tmadmin help command i get only meta commands.But i like to check printconn,printclient,printserver like that.But these commands are not avaialble in list.I here pasted the help command... (0 Replies)
Discussion started by: selva1587
0 Replies

3. Shell Programming and Scripting

Any utility or tool to check logs

HI, In our project daily we need to check for some errors in around 45-50 folders. Please let me know if there is any utility tool using which 1 can check each folder and file for error. Use: Monday we are checking if there were any error in files generated on Monday Tuesday to Wednesday we... (7 Replies)
Discussion started by: ankush_mehra
7 Replies

4. Infrastructure Monitoring

Tuxedo Query

Hi , The tuxedo is installed in solaris server. I would like to grab one particular tuxedo service from solaris command line. Note: I would like to grab only for service related line. Thank & Regards, Mani (2 Replies)
Discussion started by: Mani_apr08
2 Replies

5. UNIX and Linux Applications

tuxedo information

Hi, Anyone know about tuxedo middleware tool. If you aware please guild me. 1) where will i get information about it ? 2) What kind of the basis issue ? I am new in tuxedo, I would like to aware before start my job. Thanks & Regards, Mani (1 Reply)
Discussion started by: Mani_apr08
1 Replies

6. Shell Programming and Scripting

Please help on tuxedo linking problem

Dear Unixians, I have try to link my libraries with tuxedo that showing following errors, ] My make file few lines: .... actual linking Please help on this. Thanks,KKL. (1 Reply)
Discussion started by: kkl
1 Replies

7. UNIX and Linux Applications

Parsing Tuxedo Logs

Right now I am parsing Tuxedo logs to calculate response times for various services. I was hoping to find a log tool that had support for Tuxedo and would generate drill down html reports. ---------- Post updated at 02:35 PM ---------- Previous update was at 02:33 PM ---------- I just wanted... (0 Replies)
Discussion started by: Lurch
0 Replies

8. UNIX for Dummies Questions & Answers

Tuxedo for MQ???

Hi, I am new to the UNIX environment so putting this query here. Was working with mainframes till now. The UNIX system i am working on uses MQ series along with Tuxedo for communicating with mainframes. I want to know why is Tuxedo required in order to use MQ on the unix side? On mainframes... (1 Reply)
Discussion started by: pav001
1 Replies

9. Shell Programming and Scripting

How to write DB2 Load Utility in Shell script

Hi, I am a beginner. I need an example of using DB2 Load Utility in Shell script. I appreciate if anyone could help me about it. Thanks, Paris (0 Replies)
Discussion started by: parisbeginner
0 Replies
Login or Register to Ask a Question