Hi all I need to be able to do 'like' queries across several languages, so that a umlaut, a and A are treated the same and so on. I'm on 10gr2 of oracle and I can't alter the session.
I've been trying things like
nls_upper(col_name,'NLS_SORT=BINARY_AI') like nls_upper('%fur%','NLS_SORT=BINARY_AI')
but I'm not having any joy. Whatever I do, the result of nls_upper seems to preserve the umlauts on U for example.
Is there any function or operator I can use? Ideally, it would also convert the German eszett - that funny characted that looks like a B - into double S.
Thanks for your help!