I need to connect to an oracle database and execute 10 different stored procedures. Does anyone have a snippet of code that works good in Java for executing Oracle Stored Procedures? Or would anyone recommend another way to accomplish this? Right now I am executing Java code to import XML files into an Oracle database and then I am trying to execute .NET code to run the procedures. I would like to combine both processes to simplify things. Thanks in advance