Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: ConText problem

Re: ConText problem

From: <iolo_at_my-dejanews.com>
Date: 1998/07/07
Message-ID: <6nso3e$7k7$1@nnrp1.dejanews.com>#1/1

In article <35A0E8B6.A4D94CC6_at_elucidate.com>,   David Schwartz <davidschwartz_at_elucidate.com> wrote:
>
> <HTML>
> 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>
>
>

When I evaluated Context some while back on a 150000 row - 40 column table it took about 4 hours to create the index.

Maybe you'll just have to be patient !

Regards,

Oliver Willandsen
European Commission
http://europa.eu.int

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Tue Jul 07 1998 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US