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: IntermediaText & WebDB

Re: IntermediaText & WebDB

From: Joel R. Kallman <jkallman_at_us.oracle.com>
Date: Thu, 30 Sep 1999 00:33:12 GMT
Message-ID: <37f2ae50.6491744@newshost.us.oracle.com>


On Tue, 28 Sep 1999 22:20:37 +0100, "Dolf-Jan Mulder" <djmulder_at_advantage.nl> wrote:

>Hello,
>
>How to do the following?
>"Make sure that you have the LD_LIBRARY_PATH variable correctly set for the
>extproc in your listener.ora file.
>For more information please refer to the interMedia Text documentation."
>The documentation is very vague. I don't have a clue how to do this.
>At the end I want to user the Advanced Search facilities of WebDB.
>

Firstly (and this isn't obvious from the documentation), you do *not* need to include the ENVS section if you are running on Windows NT.

On Solaris, my listener.ora looks like:



LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
      )
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = bulldog)(PORT = 1521))
      )

    )
  )

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PLSExtProc)

(ENVS=LD_LIBRARY_PATH=/data0/oracle/8.1.5/ctx/lib:/data0/oracle/8.1.5/lib:/usr/ucblib)

      (ORACLE_HOME = /data0/oracle/8.1.5)
      (PROGRAM = extproc)

    )
  )

Hope this helps.

>Thanks in advance,
>
>Dolf-Jan Mulder
>
>
>

Thanks!

Joel

Joel R. Kallman Oracle Service Industries

Columbus, OH                             http://govt.us.oracle.com

jkallman@us.oracle.com                   http://www.oracle.com




The statements and opinions expressed here are my own and do not necessarily represent those of Oracle Corporation. Received on Wed Sep 29 1999 - 19:33:12 CDT

Original text of this message

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