maccten2000
Programmer
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
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