Case in-sensetive searches
Author: sbpatel48@gmail.com (Sandip)
Hi, We are using Oracle, and I'd like to carry out case in-sensitive retrieves. I've got part of the way there, by using : sql "ALTER SESSION SET NLS_COMP=ANSI","DEF" sql "alter session set NLS_SORT=BINARY_CI","DEF" However, this only works correctly if the complete text is typed, and doesn't appear to work if wildcard * is used. ie Value of the db 'TEST' if i type 'test' and retrieve i get back the 'TEST' record. Type 'TES*', i get the 'TEST' record back but if i type 'tes*, i don't get anything back. Anyone got any ideas, pls. Sandip




