how to make oracle case insensitive
        Posted  
        
            by yuri
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by yuri
        
        
        
        Published on 2010-05-10T19:26:21Z
        Indexed on 
            2010/05/11
            5:14 UTC
        
        
        Read the original article
        Hit count: 314
        
Oracle
Can there be a setting on Oracle 10g to consider data as case insensitive? I saw a solution here. However, that is done on a session. What I am looking for is a setting either on a schema or on a table to consider it's data as case insensitive. If it is on a session then I will have to make the change on all the stored procedures.
© Stack Overflow or respective owner