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
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