We often come across the error ORA-28000 the account is locked in day to day activities. This can happened with developers and DBA both. Reasons This can happen due to multiple reasons a. Oracle DBA has purposely locked the account alter user <username> account lock; select status from dba_users where username=’&1′; b. Wrong password has […]