Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Intermedia help needed
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 externalprocedures
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,