This was written for Oracle 9i use. Oracle 10g has more/better options available.

To allow for diacritic-insensitive searching using Oracle 9i you can create an index with Oracle Text. This gives you many other options as well. There are a few different index types, but this will just show the one. Here is the syntax:

CREATE INDEX [owner.index_name / for example MAS.LEADERNAME_CTX_IDX] ON [table_name]
([column_name])
INDEXTYPE IS CTXSYS.CONTEXT
PARAMETERS(’LEXER english_lexer’);

Posted: January 10, 2007, 9:00 am by Brian Radford

Respond to this post or Trackback Link

So far none to this article

  1. So far no posts

Add your own post

You must log in in order to be able to contribute.



RSS 2.0-Feed for the comments to this article.