Masum's Blog

.

ORA-01017 PROBLEM SOLVING:

PROCESS

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

Theme images by billnoll. Powered by Blogger.