Oracle Spin

Day-to-Day Experiences

Archive for the ‘Security’ Category

How to turn off case sensitive in 11g

Posted by Alex Lima on October 22, 2009

SQL> SHOW PARAMETER SEC_CASE_SENSITIVE_LOGON
NAME TYPE VALUE
———————————— ———– ——————————
sec_case_sensitive_logon boolean TRUE
SQL>
SQL> ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE;

System altered.

Posted in Security | Tagged: , , , , | Leave a Comment »