Creating a PL/SQL Interface to Foreign Functions
To create a PL/SQL interface to a foreign function:
- Initialize the foreign function.
- Associate a PL/SQL subprogram with the foreign function.
- Mimick the foreign function prototype with PL/SQL.
Related topics
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