Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: External Procedures
A copy of this was sent to Bernd Dohr <bernd.dohr_at_quelle.de>
(if that email address didn't require changing)
On Tue, 13 Oct 1998 11:50:54 +0200, you wrote:
>Hy,
>
>I have to user external C-Functions from ORACLE PL/SQL , is there
>anybody out ther who have experience about the configuration og the
>tnsnames.ora and listener.ora files ??
>I have problems to configure it !
>
>Thanks
>Bernd
>
I've done it a couple of times. Here is a really simple setup:
extproc_connection_data =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = oracle81.world))
(CONNECT_DATA = (SID = extproc))
)
Note that many things need to match up. some areas to note are:
Hope this helps.
Thomas Kyte
tkyte_at_us.oracle.com
Oracle Government
Herndon VA
--
http://govt.us.oracle.com/ -- downloadable utilities
Anti-Anti Spam Msg: if you want an answer emailed to you, you have to make it easy to get email to you. Any bounced email will be treated the same way i treat SPAM-- I delete it. Received on Tue Oct 13 1998 - 08:55:42 CDT
![]() |
![]() |