Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Case sensitive or case insensitive? Totally confused now

445942Apr 14 2006 — edited Apr 14 2006
Hi all

I have a development site with some records. I created a index on those records. Searching these records can be done case insensitive.

Now we are setting up our production server and put the same records with the same descriptions on that server. Created the same index on it. Strange thing is that all searches have to be made case sensitive to yield a result! Anybody knows what is going on?

Same version of the database (10.2) only difference is that one is on XP the other on Server 2003. Below is the index code.

CREATE INDEX DEMO_KEYWORDS_IDX ON DEMO_TEXT
(KEYWORDS)
INDEXTYPE IS CTXSYS.CONTEXT;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 12 2006
Added on Apr 14 2006
3 comments
3,400 views