Calling Java from PL/SQL
转载:Calling Java from PL/SQL
# Introduction
This article describes how to call a method within a Java class from a PL/SQL wrapper subprogram. It‘s aimed at those PL/SQL programmers who have no previous knowledge of Java programming (to call PL/SQL from Java see this article).
The outline of what we...
more...