Oracle Text (MOSC)

MOSC Banner

Problem with BASIC_LEXER

edited Jun 4, 2009 1:36AM in Oracle Text (MOSC) 5 commentsAnswered
 RDBMS Version: 11.1.0.7.0
Operating System and Version : Linux x86_64
Error Number (if applicable) : DRG-00100
Product (i.e. SQL*Loader, Import, etc.) : Oracle Text
Product Version : 11.1.0.7.0

Problem with BASIC_LEXER

Good day.

Try to create an index and the use of Russian morphology, based on BASIC_LEXER, I receive an error.

SQL> alter session set nls_language=RUSSIAN;
Session altered
SQL> drop index test_c_IDX;
Index dropped
SQL> exec ctx_ddl.drop_preference('TEST_WORDLIST');
PL/SQL procedure successfully completed
SQL> begin
2 Ctx_Ddl.Create_Preference('TEST_WORDLIST', 'BASIC_WORDLIST');
3 ctx_ddl.set_attribute('TEST_WORDLIST','FUZZY_MATCH','AUTO');
4 ctx_ddl.set_attribute('TEST_WORDLIST','STEMMER','AUTO');

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center