Which Oracle procedures are you referring to? While I do not recommend this, it is often possible to cast to the specific Oracle type and use the 'Oracle extensions' to perform some Oracle specific behaviour. These are just extra methods hidden by the JDBC interface.
Ann Sebastian
Ranch Hand
Joined: Sep 21, 2005
Posts: 37
posted
0
The procedures are database stored procedures which I have to access through jdbc statement .I want to use Statement instead of CallableStatement