How to use OCI from a Oracle Database using PL/SQL
I need to access OCI services from an web application with a PL/SQL backend and a JavaScript frontend. There are OCI SDK's for several languages but I cannot seem to find on how to access the OCI from PL/SQL. The documentation mentions a OCI SDK for PL/SQL but it os not available by default (at least in a 19.10 database) nor can I find a download option. There is a OCI Java SDK but no documentation on how to use it from the JVM in the database.
What is the proper way to access OCI services from a database backend and possible from PL/SQL?
Tagged:
0