Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transferring Data From An Oracle Database to an Informix

Status
Not open for further replies.

maccten2000

Programmer
May 13, 2003
37
EU
Hi All

We currently have a production live system which contains many tables which i need to roll up into summary tables
This needs to be done so we can build reporting web pages off them and not impact the live database
To do this i was going to use a stored procedure
The procedure was going to create the roll up tables on an informix system and then run a select statement to the oracle system and then insert the selected information into the informix system
Does anyone know if this is possible and of sp could you point me in the right direction

Thanks for your time on this
Macc
 
Back in 1995, I needed to move data between different databases. I used something called Data Junction. It's now owned by Pervasive Software. Go to:


and click on 'Data Conversion & Migration'.

In those days, I was using window's 3.1, and the product worked successfully. I haven't used the product since so I really have no opinion now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top