aspose file tools
The moose likes JDBC and the fly likes Calling Java Program from Stored 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 "Calling Java Program from Stored Procedure" Watch "Calling Java Program from Stored Procedure" New topic
Author

Calling Java Program from Stored Procedure

Shrinivas Mujumdar
Ranch Hand

Joined: Aug 27, 2004
Posts: 328
Hello Friends,
can anybody tell me how to Call Java Program from Stored Procedure

Regards
Thanx in advance
Shrinivas
Shailesh Chandra
Ranch Hand

Joined: Aug 13, 2004
Posts: 1076

here is the your best deal

1. Calling Java from PL/SQL

2. Developing Stored Procedures in Java

3. Java Stored Procedures How-To Documents

hope these will help you.


Gravitation cannot be held responsible for people falling in love ~ Albert Einstein
app yadav
Greenhorn

Joined: Mar 07, 2005
Posts: 11
See i have got a code snippet which gives me class declaration n it say that with the help of loadjava command of oracle8i we can put that java class file as object on server side
here is the link for the same

for code snippet
http://www.developer.com/db/article.php/10920_3337411_1
and for loadjava
[ UD: removed link to copyrighted material ]

for this loadjava it is giving me invalid sql command.
So can anyone please help me for this.
If somebody gets the solution for this please let me know also

yadavaparna@hotmail.com
[ August 03, 2007: Message edited by: Ulf Dittmer ]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Calling Java Program from Stored Procedure
 
Similar Threads
How to Read DBMS_OUTPUT from a stored procedure in a java program
Can we call java program from a Oracle stored procedure?
Calling stored procedures from Java
Java Stored procedure vs DB stored procedure
Array as input to stored procedure.