[lug] SQL and JAVA on Linux

Phil Hildebrand phil at redpointsolutions.com
Wed Aug 2 12:34:44 MDT 2000


>
>You might want to look at technet.oracle.com and look at the Java
>technology pages from Oracle.
>
>Oracle allows SQL statements to be embedded in Java and have implemented
>tons of stuff in Java.

If you're gonna do Java and any database, it's probably best to stick with JDBC.  Oracle's VM is a little weak when it comes to embedded Java in PL/SQL.

The JDBC 2 standard supports the use of cursors, batched result sets, and works really nice.  (and it's database independant)

>






More information about the LUG mailing list