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 help needed

Re: Intermedia help needed

From: archie <jbg213_at_my-deja.com>
Date: 2000/04/09
Message-ID: <8cqaah$d7r$1@nnrp1.deja.com>#1/1

Please refer to the Oracle 8i interMedia Technical Overview at http://technet.oracle.com/products/intermedia/htdocs/text_training_816/S amples/imt_815_techover.html.

(Directly from the interMedia Technical Overview): Post-Installation Setup

Add an entry to the tnsnames.ora:

       extproc_connection_data =
         (DESCRIPTION =
            (ADDRESS = (PROTOCOL = ipc)
                       (KEY = DBSID))
            (CONNECT_DATA = (SID = ep_agt1)))

DBSID is the database SID. ep_agt1 can be named anything. extproc_connection_data should not be changed.

Add the following to the listener SID_LIST:

       (SID_DESC = (SID_NAME = ep_agt1)
                   (ORACLE_HOME = /oracle)
                   (ENVS = LD_LIBRARY_PATH=/oracle/ctx/lib)
                   (PROGRAM = extproc))

HTH,
John

In article <38EE1105.719C6952_at_fast.no>,
  kev <kevin.porter_at_fast.no> wrote:
> Hi,
>
> I'm trying to learn to use InterMedia.
>
> I've created a table as per the docs and then tried this:
>
> create index myindex on docs(text) indextype is ctxsys.context;
>
> ... but I get these errors:
>
> create index myindex on docs(text) indextype is ctxsys.context
> *
> ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
> ORA-20000: ConText error:
> DRG-50704: Net8 listener is not running or cannot start external
> procedures
> ORA-28575: unable to open RPC connection to external procedure agent
> ORA-06512: at "CTXSYS.DRUE", line 122
> ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 34
> ORA-06512: at line 1
>
> ... I have started the listener but that has made no difference. How
 do
> I fix this?
>
> thanks,
>
> - Kev
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Sun Apr 09 2000 - 00:00:00 CDT

Original text of this message

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