Configure External Procedures for the Listener
An external procedure is a function that is written in the C programming language and stored in a
shared library on the server. For an Oracle database to connect to an external
procedure, configure the listener.ora file with a protocol address and external procedure service information.
| Note: Net8 Configuration Assistant configures this information in the listener.ora file during an Oracle8i installation.
|
To configure external procedures for the listener:
- In the navigator pane, expand Net8 Configuration > Local > Listeners.
- Select a listener.
- From the list in the right pane, select Listening Locations..
- Choose Add Address. A new Address tab appears.
- Select IPC for the protocol and enter extproc for the key value.
- From the list in the right pane, select Other Services.
- Choose Add Service. A new Service tab appears.
- Enter exproc in the Program Name field, plsextproc in the SID field, and the Oracle home directory in the Oracle Home Directory field.
- Ensure the server is configured with a connect descriptor to access the
external procedures, as described in Configure a Connect Descriptor for External Procedures.
- Choose File > Save Network Configuration.