Home » Server Options » Text & interMedia » Intermedia Text Errors DRG-50704 and ORA-28575 /Unix
Intermedia Text Errors DRG-50704 and ORA-28575 /Unix [message #366408] Thu, 02 December 1999 12:43 Go to next message
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.
Re: Intermedia Text Errors DRG-50704 and ORA-28575 /Unix [message #366417 is a reply to message #366408] Mon, 20 December 1999 14:34 Go to previous message
Bill Ennis
Messages: 1
Registered: December 1999
Junior Member
Check the shared library path env variable for
the oracle user (assuming that you start the
user as oracle). If on Sun this is
LD_LIBRARY_PATH
on HP
SHLIB_PATH

It should point at $ORACLE_HOME/lib

I suspect that ORACLE_HOME may still be pointing to the pre 8.1.5 Oracle home?

-Bill
Previous Topic: ConText object
Next Topic: Context Server
Goto Forum:
  


Current Time: Thu Mar 28 03:52:03 CDT 2024