ConText problem

From: David Schwartz <davidschwartz_at_elucidate.com>
Date: 1998/07/06
Message-ID: <35A0E8B6.A4D94CC6_at_elucidate.com>#1/1


<HTML>

[Quoted] [Quoted] I'm trying to use ConText on a UNIX OS. I set up a table and a policy, but when I run ctx_ddl.create_index on the policy name, the command prompt
never returns, i.e. the program gets stuck somewhere. When I Cntl-C out of it, I get the following message:

<P>ERROR at line 1:
<BR>ORA-20000: ConText error:
<BR>DRG-10302: interrupted waiting for responses from servers
<BR>ORA-06512: at "CTXSYS.DRUE", line 180
<BR>ORA-06512: at "CTXSYS.CTX_DDL", line 94
<BR>ORA-06512: at line 1
<BR>&nbsp;

<P>All the servers are up, including one with a DDL personality, and I'm

stumped. If anyone can give me a hint as to what may be causing the problem,
I'd really appreciate it.

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanks a lot

<P>For reference, the table and policy I'm using for testing are:

<P>create table TESTTABLE (
<BR>&nbsp;PK varchar(64) primary key not null,
<BR>&nbsp;TEXTCOL varchar(100) not null
<BR>&nbsp;);

<P>begin
<BR>&nbsp; ctx_ddl.create_policy(
<BR>&nbsp;&nbsp;&nbsp; policy_name&nbsp; => 'TESTTABLE_POL',
<BR>&nbsp;&nbsp;&nbsp; dstore_pref&nbsp; =>
'CTXSYS.DEFAULT_DIRECT_DATASTORE',
<BR>&nbsp;&nbsp;&nbsp; engine_pref&nbsp; => 'CTXSYS.DEFAULT_INDEX',
<BR>&nbsp;&nbsp;&nbsp; filter_pref&nbsp; =>
'CTXSYS.DEFAULT_NULL_FILTER',
<BR>&nbsp;&nbsp;&nbsp; lexer_pref&nbsp; => 'CTXSYS.DEFAULT_LEXER',
<BR>&nbsp;&nbsp;&nbsp; wordlist_pref => 'CTXSYS.NO_SOUNDEX',
<BR>&nbsp;&nbsp;&nbsp; stoplist_pref => 'CTXSYS.DEFAULT_STOPLIST',

<P>&nbsp;&nbsp;&nbsp; colspec&nbsp; => 'TESTTABLE.TEXTCOL',
<BR>&nbsp;&nbsp;&nbsp; textkey&nbsp; => 'PK'
<BR>&nbsp;&nbsp;&nbsp; );
<BR>end;
<BR>/</HTML>
Received on Mon Jul 06 1998 - 00:00:00 CEST

Original text of this message