16 Ekim 2015 Cuma

ORA-28000 the account is locked


          ORA-28000: the account is locked Cause: The user has entered wrong password consequently for maximum number of times specified by the user"s profile parameter FAILED_LOGIN_ATTEMPTS, or the DBA has locked the account 

           Action: Wait for PASSWORD_LOCK_TIME or contact DBA



        Burada yapmanız gereken bağlanmaya çalıştığınız kullanıcıyı LOCK durumundan UNLOCK durumuna getirmek.

           SQL > ALTER USER kullanici_adi  IDENTIFIED BY parolanız ACCOUNT UNLOCK;


           DBA ile giriş yaptığınız sqlplus komut satırına LOCK olan kulanıcıları listelemek için;


           SQL > select username,account_status from dba_users where account_status like '%LOCK%';

Hiç yorum yok:

Yorum Gönder