Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: IntermediaText & WebDB
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:
(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
![]() |
![]() |