Tim Holloway wrote:And, while I don't myself consider continuous-integration systems such as Jenkins to be DevOps, strictly speaking, that's another tool that it's good to know how to tweak so that when it does its thing, the results will be more DevOps-friendly.
Shane Lee wrote:Hi Unu ,
Ha thats a while back since i worked on that! Looked at my existing code that i have on my laptop and this is a code snippet of how i called a stored procedure.
As you can see from the above comment, i use java.sql.CallableStatement now instead of OracleCallableStatement.