Link to home
Start Free TrialLog in
Avatar of vinay_krishna
vinay_krishna

asked on

Calling a Procedure from Oracle to java

I have made Some Procedure in oracle(8.0). Now I have connect this through Jdbc in my Java Application.Now < i can execute query through Prepared statemnt object but I am not able to call a procedure in Oracle through it. Tell me Is it Possible to call procedure through this object. If not then which way , I can call the procedures in my Java Application.

Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of Venci75
Venci75

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial