I have a stored procedure in oracle which has 2 in parameter and 1 out parameter. One of the in parameters has default value given.
I want to call this procedure through java without specifying value for the in parameter which has default value given.
Any idea, how to do this ?
I am using classes12.jar and jdk1.5 .