Daily Dev Solutions
Daily Development solutions for common and complicated problems.
Showing posts with label
sqlplus
.
Show all posts
Showing posts with label
sqlplus
.
Show all posts
Sep 25, 2015
Oracle ORA-28000 Account is locked
Hi All,
This was the solution for me
su - oracle
sqlplus "/ as sysdba"
sql> alter user system account unlock;
--> System was my locked user, in your case replace system with you locked account user name.
Hope it helped,
Dor
Older Posts
Home
Subscribe to:
Posts (Atom)