We build software using Hudson and Maven. We have C#, java and last, but not least PL/SQL sources (sprocs, packages, DDL, crud)
For C# and Java we do unit tests and code analysis, but we don't really know the health of our PL/SQL sources before we actually publish them to the target database.
There are a couple of things we wan't to test in the following priority:
Also,
We did a little research and found the following tools that could potencially help:
So far, Toad for Oracle together with Sonar seems to be an elegant solution. But may be we are missing something here?
Any ideas? Other products? Experiences?
I think that this blog describes the needed process:
http://www.theserverlabs.com/blog/?p=435
Please check and let me know what you think about it.