ech0-silence 发表于 2013-1-6 00:52:45

在PL/SQL中调用Java方法

<div id="cnblogs_post_body">1. 通过创建Java source的方式将Java class编译到数据库中
<div class="cnblogs_code">create or replace and compile java source named xxfnd aspackage xxfnd;public class Test{public void Test(){}pubic static String helloWorld(){    return "Hello, World!";}}
页: [1]
查看完整版本: 在PL/SQL中调用Java方法