dbTalk Databases Forums  

Create Index error

comp.databases.oracle.server comp.databases.oracle.server


Discuss Create Index error in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Reny
 
Posts: n/a

Default Create Index error - 02-17-2010 , 06:00 AM






Hi all,
I have this problem: I'm trieng to create a text index with this
command:

create index itemlabelvalueidx on ItemLabel (value) indextype is
ctxsys.context parameters ('sync(ON COMMIT)');

I get this error message:

Error starting at line 2 in command:
create index itemlabelvalueidx on ItemLabel (value) indextype is
ctxsys.context parameters ('sync(ON COMMIT)')
Error at Command Line:2 Column:13
Error report:
SQL Error: ORA-29855: error occurred in the execution of
ODCIINDEXCREATE routine
ORA-20000: Oracle Text error:
DRG-50857: oracle error in drispl.copy_stoplist
ORA-06552: PL/SQL: Compilation unit analysis terminated
ORA-06553: PLS-553: character set name is not recognized
ORA-06512: at "CTXSYS.DRUE", line 160
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 365
29855. 00000 - "error occurred in the execution of ODCIINDEXCREATE
routine"
*Cause: Failed to successfully execute the ODCIIndexCreate routine.
*Action: Check to see if the routine has been coded correctly.

I recently change charset from WE8ISO8859P1 to AL32UTF8, I have
restarted oracle, I have dropped all table, so I recreate schema and I
got the error.

Reply With Quote
  #2  
Old   
Vladimir M. Zakharychev
 
Posts: n/a

Default Re: Create Index error - 02-17-2010 , 08:33 AM






On Feb 17, 2:00*pm, Reny <renato.esch... (AT) gmail (DOT) com> wrote:
Quote:
I recently change charset from WE8ISO8859P1 to AL32UTF8, I have
restarted oracle, I have dropped all table, so I recreate schema and I
got the error.
How exactly did you change the charset? This is pretty tricky process
with many caveats and what you see is most probably result of database
charset conversion done improperly.

Regards,
Vladimir M. Zakharychev
N-Networks, makers of Dynamic PSP(tm)
http://www.dynamicpsp.com

Reply With Quote
  #3  
Old   
Shakespeare
 
Posts: n/a

Default Re: Create Index error - 02-17-2010 , 02:59 PM



Op 17-2-2010 14:33, Vladimir M. Zakharychev schreef:
Quote:
On Feb 17, 2:00 pm, Reny<renato.esch... (AT) gmail (DOT) com> wrote:

I recently change charset from WE8ISO8859P1 to AL32UTF8, I have
restarted oracle, I have dropped all table, so I recreate schema and I
got the error.

How exactly did you change the charset? This is pretty tricky process
with many caveats and what you see is most probably result of database
charset conversion done improperly.

Regards,
Vladimir M. Zakharychev
N-Networks, makers of Dynamic PSP(tm)
http://www.dynamicpsp.com
And even more bad news: you probably can't change it back this way either.

Shakespeare

Reply With Quote
  #4  
Old   
joel garry
 
Posts: n/a

Default Re: Create Index error - 02-17-2010 , 04:27 PM



On Feb 17, 3:00*am, Reny <renato.esch... (AT) gmail (DOT) com> wrote:
Quote:
Hi all,
I have this problem: I'm trieng to create a text index with this
command:

create index itemlabelvalueidx on ItemLabel (value) indextype is
ctxsys.context parameters *('sync(ON COMMIT)');

I get this *error message:

Error starting at line 2 in command:
create index itemlabelvalueidx on ItemLabel (value) indextype is
ctxsys.context parameters *('sync(ON COMMIT)')
Error at Command Line:2 Column:13
Error report:
SQL Error: ORA-29855: error occurred in the execution of
ODCIINDEXCREATE routine
ORA-20000: Oracle Text error:
DRG-50857: oracle error in drispl.copy_stoplist
ORA-06552: PL/SQL: Compilation unit analysis terminated
ORA-06553: PLS-553: character set name is not recognized
ORA-06512: at "CTXSYS.DRUE", line 160
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 365
29855. 00000 - *"error occurred in the execution of ODCIINDEXCREATE
routine"
*Cause: * *Failed to successfully execute the ODCIIndexCreate routine..
*Action: * Check to see if the routine has been coded correctly.

I recently change charset from WE8ISO8859P1 to AL32UTF8, I have
restarted oracle, I have dropped all table, so I recreate schema and I
got the error.
Shakespeare is probably right, but see MOS ID 286964.1 anyways.

jg
--
@home.com is bogus.
What database is your relative in?
http://www.signonsandiego.com/news/2...o-id-suspects/

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.