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: OracleInterMedia

Re: OracleInterMedia

From: Dr. Gerald Kilgus <gerald.kilgus_at_merck.de>
Date: Thu, 16 Sep 1999 13:48:11 +0200
Message-ID: <37E0D8FA.86EACD50@merck.de>


what does your listener.ora look like?
oracle support says, if such an error occurs, it's due to a misconfigured listener.ora.

cheers
Gerald

sb_at_corena.de wrote:

> I've installed oracle8i on Suse linux 6.2.
> I create a table
>
> create table emp (empno number primary key, resume VARCHAR2(100));
>
> I try to create an index:
> create index ind1 on emp(resume) indextype is ctxsys.context;
>
> I get an error message:
>
> 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
>
> My listener is running.And I think I've configured it correctly with
> extproc but I'm not sure.
>
> has anyone experience with oracle8i InterMedia Context?
>
> Thanks
> Stefan
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Thu Sep 16 1999 - 06:48:11 CDT

Original text of this message

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