JAVA code call store procedure

We have a requirement of calling Oracle store proc from java code and pass input arguments as number and date range.Can any one give general understanding of how to do this?TIA
[197 byte] By [HMMa] at [2007-10-3 3:29:07]
# 1
HelloYou can do this thing with CallableStatement and set In and Out argument for the stored procedure to be called.Also you can find more examples for the same on the internet.Thank You,Darshan
darshangajjara at 2007-7-14 21:22:51 > top of Java-index,Core,Core APIs...