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?