Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: External Procedures

Re: External Procedures

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Tue, 13 Oct 1998 13:55:42 GMT
Message-ID: <36255af2.91913404@192.86.155.100>


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  



Opinions are mine and do not necessarily reflect those of Oracle Corporation  

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US