Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Case insensitive search
Hi,
When we set the following parameters on the client machine with alter
session it works fine and we get case insensitive searches but when we
try to set this in spfile it only affects the sessions on the database
machine:
NLS_SORT='BINARY_CI'
nls_comp='LINGUISTIC'
Is there any way we can change this settings at the instance level so that we don't have to use logon trigger to set this parameters at session level?
Thanks
--Harvinder
Received on Tue Jan 30 2007 - 16:20:50 CST