About Building External Procedures

Describes how to create and use external procedures on Windows.

The following files are located in ORACLE_HOME\rdbms\extproc:

  • extern.c is the code example shown in "Writing an External Procedure"

    make.bat is the batch file that builds the dynamic link library

  • extern.sql automates the instructions described in "Registering an External Procedure" and "Executing an External Procedure"