Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Embedded PL/SQL in Java Methods
Is it possible to embed PL/SQL procedures in a Java Class Method, i.e.
import com.ibm.db2.app.*;
import java.sql.*;
public class EmbedCode
{
public void plsql(String x, String y) {
try { ****EMBEDDED PL/SQL CODE****
.
.
.
} catch( SQLException e) { }
![]() |
![]() |