Question

PL/SQL package implemented in Java including third party libraries

  • 21 September 2023
  • 0 replies
  • 53 views

Badge +3

Hi,

I would like to write PLSQL package implemented in Java:

Calling Java from PL/SQL (oracle.com)

 

The problem is that I need to use in my Java code external libraries:

import <third_party_class>; 

 

How can this be done and where should I put this third party jar files in the repository so they will be picked by installer and install on the database?


0 replies

Be the first to reply!

Reply