From the following question,
SQL server ignore case in a where expression
Is it possible with Oracle?
Also, is it possible to compare "your,text" with "your text"?
I want to convert All characters other than A-Z0-9 into space and then compare the string.
I can do it by Java methods through regex but don't prefer writing unecessary code.