Lock & Unlock Oracle Database User Account Posted by ITsiti — August 14, 2011 in ORACLE — Leave a reply Lock Oracle UserSQL> ALTER USER <username> ACCOUNT LOCK;Unlock Oracle UserSQL> ALTER USER <username> ACCOUNT UNLOCK; lock oracle user unlock oracle user