Hi,
I have 3 merge statements , whether it is better to invoke these merge statements with in a Stored Procedure or we will invoke these merge statements separately using JDBC - PreparedStatement? Which approach is better? Since SP is a pre-compile statement and will wrap all these merge statements into a single statement whether it is be faster in this case? Please clarify.
Thanks.