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: "interMedia text" setup problem

Re: "interMedia text" setup problem

From: Christian MERCK <cm_at_sdv.fr>
Date: 2000/07/12
Message-ID: <8khq3c$sq$1@reader1.fr.uu.net>#1/1

Hi,

Have you correctly configured your tnsname.ora and listener.ora to accecpt external procedure procedure ?

tnsname.ora :

EXTPROC_CONNECTION_DATA.ARTE.GEIE =
  (DESCRIPTION=
(ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC0 )
    )
(CONNECT_DATA = (SID = PLSExtProc))

  )

listener.ora :

LISTENER =
  (DESCRIPTION_LIST =
(DESCRIPTION =

      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
         (ADDRESS = (PROTOCOL = TCP)(HOST = -------- )(PORT = 1521))
      )

    )
  )

SID_LIST_LISTENER =
  (SID_LIST =
(SID_DESC =

      (SID_NAME = PLSExtProc)
      (ORACLE_HOME = C:\ORACLE\ORA81)
      (PROGRAM = extproc)

    )

halflife_opposingforce <halflife_opposingforce_at_hotmail.com> a écrit dans le message : OTA1AFm6$GA.462_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 Wed Jul 12 2000 - 00:00:00 CDT

Original text of this message

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