Oracle 11G password case sensitive option is not working.
534533Oct 15 2008 — edited Oct 15 2008Hello,
I am facing problem in Oracle 11G. I installed and created a database. I disabled password case sensitive option by setting it to false (Pls see the below output). but case sensitive option is not disabled and i am not able to logon using the lower case password.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SQL> connect sys/<pwd in lower case>@<connect string> as sysdba;
ERROR:
ORA-01017: invalid username/password; logon denied
Warning: You are no longer connected to ORACLE.
SQL> connect sys/<pwd in uppper case>@<connect string> as sysdba;
Connected.
SQL> show parameter SEC_CASE_SENSITIVE_LOGON
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
sec_case_sensitive_logon boolean FALSE
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Any idea.... should i open the case in the metalink ?
With Regards
Hemant Joshi.