From: iolo@my-dejanews.com
Subject: Re: ConText problem
Date: 1998/07/07
Message-ID: <6nso3e$7k7$1@nnrp1.dejanews.com>#1/1
References: <35A0E8B6.A4D94CC6@elucidate.com>
X-Http-User-Agent: Mozilla/4.05 [en] (WinNT; I) via proxy gateway CERN-HTTPD/3.0 libwww/2.17
Organization: Deja News - The Leader in Internet Discussion
X-Article-Creation-Date: Tue Jul 07 09:00:31 1998 GMT
Newsgroups: comp.databases.oracle.tools,comp.databases.oracle.misc,comp.databases.oracle.server,comp.databases.oracle.marketplace



In article <35A0E8B6.A4D94CC6@elucidate.com>,
  David Schwartz <davidschwartz@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


