| Author |
Message |
RicercatoreSbadato *nix forums beginner
Joined: 08 Sep 2005
Posts: 27
|
Posted: Mon Jun 12, 2006 1:59 pm Post subject:
Oracle Text on Oracle 10r2 - Installation
|
|
|
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'); |
|
| Back to top |
|
 |
sybrandb@yahoo.com *nix forums Guru
Joined: 30 May 2005
Posts: 482
|
Posted: Fri Jun 16, 2006 10:34 am Post subject:
Re: Oracle Text on Oracle 10r2 - Installation
|
|
|
RicercatoreSbadato wrote:
| Quote: | 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 |
|
| Back to top |
|
 |
Capo *nix forums beginner
Joined: 04 Jul 2006
Posts: 1
|
Posted: Tue Jul 04, 2006 11:45 am Post subject:
Re: Oracle Text on Oracle 10r2 - Installation
|
|
|
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@yahoo.com schreef:
| Quote: | 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 |
|
|
| Back to top |
|
 |
psoug *nix forums Guru
Joined: 15 May 2005
Posts: 3492
|
Posted: Tue Jul 04, 2006 3:45 pm Post subject:
Re: Oracle Text on Oracle 10r2 - Installation
|
|
|
Capo wrote:
| Quote: | 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@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@x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org |
|
| Back to top |
|
 |
Sybrand Bakker *nix forums Guru
Joined: 03 Apr 2005
Posts: 1766
|
Posted: Tue Jul 04, 2006 6:00 pm Post subject:
Re: Oracle Text on Oracle 10r2 - Installation
|
|
|
On 4 Jul 2006 04:45:57 -0700, "Capo" <kvandermast@gmail.com> wrote:
| Quote: | 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
|
You are incapable of searching for 'knowledge base files' on
http://tahiti.oracle.com ?
Are you sure you are a developer or are you just a code hammerer, who
stopped thinking?
There is nothing bold in my response
You qualify as 'lazy' on two counts
1 you are not prepared to consult the error manual, but expect this
forum will do this for you
2 You top post
--
Sybrand Bakker, Senior Oracle DBA |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|