aspose file tools
The moose likes Distributed Java and the fly likes Calling java code in an Oracle DB using RMI ? 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 » Java » Distributed Java
Reply Bookmark "Calling java code in an Oracle DB using RMI ?" Watch "Calling java code in an Oracle DB using RMI ?" New topic
Author

Calling java code in an Oracle DB using RMI ?

Jean Falaise
Greenhorn

Joined: Oct 02, 2001
Posts: 3
Hello,
I've got java code stored in an Oracle database which i want to call from JSP tag libraries code located on a client machine. Does anybody know if this is possible ? I don't want to wrap the java code with PL/SQL wrapper and use a JDBC connection as the java code is already wrapping PL/SQL code itself and use of JDBC over the network could be poor for the performances.
I still don't know if the java code in the database can be visible from outside and what method to use to connect to the database to access the java code in it.
Any toughts, views or ides more than welcome.
Thanks, JC
 
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: Calling java code in an Oracle DB using RMI ?
 
Similar Threads
Native Java in Oracle vs PL/SQL (Why to use Java in Oracle?)
PL/SQL query vs Stored Procs in JDBC
Execute pl/sql function which is having bind variables in java
Author question: JDBC in Java Code.
Using JDBC for a remote call in Oracle