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.