A script-enabled browser is required for this page to function properly.

Creating a PL/SQL Interface to Foreign Functions

To create a PL/SQL interface to a foreign function:

  1. Initialize the foreign function.
  2. Associate a PL/SQL subprogram with the foreign function.
  3. Mimick the foreign function prototype with PL/SQL.

About the PL/SQL interface

About foreign functions

Invoking a foreign function from a PL/SQL interface

Accessing the Microsoft Windows SDK from a PL/SQL interface