Showing posts with label lock. Show all posts
Showing posts with label lock. 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

Nov 23, 2010

Attempted to lock an already-locked dir

Hi,
It happens sometimes, uncleared to me why, but the solution is simple:
  • Enter to the problematic directory, inside that directory enter ".svn" directory and delete the ".lock" file. Then try to do what you tried before again and see if its OK.
  • Exit your IDE, do the first solution, seek for temp files in that directory too and delete them also. Then try to do what you tried before again and see if its OK.
Else, You got a problem... :) and you need to find more help..
Dor