• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Calling Java Program from Stored Procedure

 
Ranch Hand
Posts: 328
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends,
can anybody tell me how to Call Java Program from Stored Procedure

Regards
Thanx in advance
Shrinivas
 
Ranch Hand
Posts: 1087
Oracle Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
reply
    Bookmark Topic Watch Topic
  • New Topic