Re: Oracle Text on Oracle 10r2 - Installation

From: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 04 Jul 2006 08:45:37 -0700
Message-ID: <1152027941.710283_at_bubbleator.drizzle.com>


Capo wrote:
> Hum, your answer not really an "answer", don't you think? If found this
> explanation as well in the error docs, but as they give NO further or
> accurate information, it quite difficult for a developer to actually
> understand what is going on.
>
> So, as you were so bold as to post that as reponse, maybe you can also
> point us to the documentation where the solution is described?
>
> /c
>
> sybrandb_at_yahoo.com schreef:
>

>> RicercatoreSbadato wrote:
>>> I'm trying to create an index on a table but I receive the error:
>>>
>>> drg-11422 about the language not set.
>>>
>>> How can I set the language ?
>>>
>>> This is my cmd to set the index:
>>>
>>> 	CREATE INDEX idx_docs ON prova(doc)
>>> 	INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS
>>> 	('FILTER CTXSYS.NULL_FILTER SECTION GROUP CTXSYS.HTML_SECTION_GROUP');
>> from the error manual
>>
>> DRG-11422: linguistic initialization failed
>> Cause: linguistic services initialization failed
>> Action: Check to see if knowledge base files present for the language
>>
>>
>> Your turn to read the docs!
>>
>> -- 
>> Sybrand Bakker
>> Senior Oracle DBA

  1. Don't top post.
  2. Your CREATE INDEX has nothing to do with the error message. The error clearly indicates what you need to do and Sybrand referred you to read the docs because if you don't get this you don't get a lot of other things either. This error is well documented at metalink by searching for DRG-11422.

Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org Received on Tue Jul 04 2006 - 17:45:37 CEST

Original text of this message