Registering an External Procedure
Once you have built a DLL containing your external procedures, you must register your external procedures with Oracle Database.
Now, you can configure the EXTPROC process to be authenticated through a CREDENTIAL for better security.
Oracle Database supports two new extensions to the CREATE LIBRARY command. This includes a CREDENTIAL clause and a DIRECTORY object option. The CREDENTIAL clause defines the user the EXTPROC runs as while the DIRECTORY object option specifies the directory where the DLL can be located.
Parent topic: About Building External Procedures