Re: "interMedia text" setup problem

From: Klaus Zeuch <KZeuch_at_nospamhotmail.com>
Date: 2000/07/10
Message-ID: <8kcl9h$tus$12$1_at_news.t-online.com>#1/1


There seem to be settings in tnsnames.ora / listener.ora missing. There's a whitepaper in otn describing the setup steps (http://technet.oracle.com/files/search/search.htm?imt_815_techover.htm). You should end up with entries for listener.ora like:

LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
(ADDRESS_LIST =

        (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
      )

......

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = D:\Oracle\Ora81)
(PROGRAM = extproc)

    )
......

and tnsnames.ora like

.....
EXTPROC_CONNECTION_DATA =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    )
    (CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)

    )
  )
.....

I would recommend using intermedia only with 8.1.6; 8.1.5 needs some patches to get intermedia really working.

Regards

Klaus

"halflife_opposingforce" <halflife_opposingforce_at_hotmail.com> schrieb im Newsbeitrag news:ODDsUSm6$GA.420_at_cpmsnbbsa08...

> Dear :
>
> My config:
> Oracle 8i on NT 4 Server (sp6 applied)
>
> When I try to create a context index on a table with primary key :
>     create index <index name> on <table> (<column>) indextype is
> ctxsys.context;
>
>  I got the error messages :
> ora-29855 error occured in the execution of ODCIINDEXCREATE routine
> ora-20000 ConText error :
> drg-50704 Net8 listener is not running or cannot start external procedures
> ora-06512 at "CTXSYS.DRUE", line 122
> ora-06512 at "CTXSYS.TEXTINDEXMETHODS", line 34
> ora-06512 at line 1
>
> Very difficult to find people to have experience on interMedia text. If u
> know, pls help. Your sincere help is much appreciated.
>
>
>
>
>
>
Received on Mon Jul 10 2000 - 00:00:00 CEST

Original text of this message