01005報(bào)錯(cuò)原因?
ora-01005表示oracle數(shù)據(jù)庫(kù)登錄出現(xiàn)異常,即登錄密碼錯(cuò)誤(ORA-01005),??解決方法:
1、給該用戶(hù)解鎖(不改變登錄失敗次數(shù))
在cmd下面使用命令 或者PL/SQL Developer 登錄系統(tǒng)用戶(hù)
sqlplus / as sysdba
2、修改用戶(hù)密碼
在cmd下面使用命令 或者PL/SQL Developer 登錄系統(tǒng)用戶(hù)
alter user hr identified by hr