You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This folder stores Java based examples for the embedded JVM of the Oracle Database (a.k.a. OJVM).
3
+
3
4
Running Java in Oracle database OJVM allows reusing Java code, Java libraries, Java skills (developers) for data-bound applications.
4
-
Running Java code directly in the database cuts networm trafic thereby resulting in better performance.
5
-
Some of the examples show running the same code inside and outside the database (as plain Java client code).
5
+
Running Java code directly in the database cuts networm trafic thereby resulting in better performance. Some of the examples show running the same code inside and outside the database (as plain Java client code).
0 commit comments