911: help with InterMedia Text indexing
Date: 2000/07/14
Message-ID: <udCeV$T7$GA.281_at_cpmsnbbsa07>#1/1
got this error when creating intermedia text index, any idea?
here is what i did:
create table user_info (userid varchar2(10) primary key, info_about
varchar2(470));
create index using:
then got the above error.
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-12154: TNS:could not resolve service name
ORA-06512: at "CTXSYS.DRUE", line 122
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 34
ORA-06512: at line 1
create index myindex on user_info(info_about) indextype is ctxsys.context;
tks!
peter
Received on Fri Jul 14 2000 - 00:00:00 CEST