Intermedia Text Errors DRG-50704 and ORA-28575 /Unix [message #366408] |
Thu, 02 December 1999 12:43 |
C. DAN
Messages: 1 Registered: December 1999
|
Junior Member |
|
|
Afert an upgrade from oracle 805 to 815 , I have the following errors when I want create an index :
Connected to:
Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
With the Partitioning and Java options
PL/SQL Release 8.1.5.0.0 - Production
SQL> create index quick_text on quick(text) indextype is ctxsys.context
2 ;
create index quick_text on quick(text) indextype is ctxsys.context
*
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
The listener is started, but I don't know if it is well configured.
|
|
|
|