Continuous Integration with Oracle Products
Posted
by Lee Gathercole
on Stack Overflow
See other posts from Stack Overflow
or by Lee Gathercole
Published on 2010-01-20T08:39:05Z
Indexed on
2010/05/18
2:40 UTC
Read the original article
Hit count: 347
Hi,
I'm currently working on a Datawarehouse project using an Oracle Database, Oracle Data Integrator, Oracle Warehouse Builder and some Jython thrown in for good measure. All of which is held within TFS.
My background is .net and prior to this project was seeing a lot of promise in CI. I'm not suggesting that the testing element of CI is feasible in this instance, but I would like to implement a stable deployment strategy.
What I'm trying to understand is whether or not I can build some NANT scripts that will allow me to deploy ODI\OWB\Oracle DB code to any given environment at any point.
Has anyone tried this before? Are there more appropriate tools out there that lends themselves better to this sort of toolset? Am I just a crazy horse to be evening contemplating this?
Any view would be greatly appreciated.
Thanks
Lee
© Stack Overflow or respective owner