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 -> InterMedia Indexing Problem solved

InterMedia Indexing Problem solved

From: Roman Schneider <schneider_at_ids-mannheim.de>
Date: Thu, 06 Jan 2000 14:48:20 +0100
Message-ID: <38749D24.1576C2C4@ids-mannheim.de>


Hi again,

sorry for this, I found the answer the same day: the IPC connection wasn't configured right. I solved the problem by editing tnsnames.ora and listener.ora.

Roman

> we are building web applications using Oracle 8i with interMedia
> and OAS 4.0.7 as application server under Windows NT 4 SP3.
> All went well until we tried to index text columns for full text
> retrieval. The following illustrates the problem:
>
> create table tb_testtab (
> co_id number(5) not null primary key,
> co_content varchar2(100));
> insert into tb_testtab values ('1', 'hello world');
> insert into tb_testtab values ('2', 'hello oracle');
>
> So far, so good. But the command
>
> create index testindex on tb_testtab(co_content) indextype is
> ctxsys.context;
>
> produces the following error:
>
> ERROR at line 1:
> 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
Received on Thu Jan 06 2000 - 07:48:20 CST

Original text of this message

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