File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Java Calls to stored Oracle 10g procedure Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Java Calls to stored Oracle 10g procedure" Watch "Java Calls to stored Oracle 10g procedure" New topic
Author

Java Calls to stored Oracle 10g procedure

Andrew Biechlin
Greenhorn

Joined: Sep 03, 2007
Posts: 1
Hello: Very new to web programming and I'm wondering if anyone might know how one might make a JAVA call to a stored Oracle (PL/SQL) procedure?
Thanks
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14672
    
  11

Hi Andrew,
Very new to web programming and I'm wondering if anyone might know how one might make a JAVA call to a stored Oracle (PL/SQL) procedure?

Your question is not related to web programming. It's more JDBC oriented. You'll find a sample here about calling stored procedures.


[My Blog]
All roads lead to JavaRanch
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Java Calls to stored Oracle 10g procedure
 
Similar Threads
Transaction Boundary Problem
return int to Oracle
Calling stored procedures from Java
writing log to a file from java stored procedure
Calling Stored Procedure within package from Java