We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d343e commit 9698294Copy full SHA for 9698294
java/ojvm/README.md
@@ -1 +1,4 @@
1
-This folder stores Java based examples for Oracle Database embedded JVM (a.k.a. OJVM).
+This folder stores Java based examples for the embedded JVM of the Oracle Database (a.k.a. OJVM).
2
+Running Java in Oracle database OJVM allows reusing Java code, Java libraries, Java skills (developers) for data-bound applications.
3
+Running Java code directly in the database cuts networm trafic thereby resulting in better performance.
4
+Some of the examples show running the same code inside and outside the database (as plain Java client code).
0 commit comments