ORA-01017 PROBLEM SOLVING:
1. First connect the system
SQL> conn sys as sysdba;
2. Then
SQL>show parameter
sec_case_sensitive_logon;
if the sec_case_sensitive_logon= true
3. Then write down the below SQL:
SQL> alter system set sec_case_sensitive_logon=false;
No comments:
Post a Comment