ORA-28000: the account is locked

Pratik Kate
1 min readApr 11, 2020

--

Resolve Oracle error — ORA-28000: the account is locked

You might come across the error “ORA-28000: the account is locked“. To unlock the account, run below SQL query in Oracle using admin (system) user.

If your locked user account name is “katepratik”

NOTE : Replace “katepratik” with your locked username.

alter user katepratik account unlock;
grant connect, resource to katepratik;

--

--

Pratik Kate
Pratik Kate

Written by Pratik Kate

An analytical and curious individual with 8+ years of problem-solving experience for Fortune 500 companies and startups. More : https://katepratik.com/

No responses yet