Archive for September, 2012

 

Resolving ORACLE ERROR:ORA-28000: the account is locked

Sep 28, 2012 in Database, Oracle

FromĀ 
http://blogs.oracle.com/rajeshthekkadath/entry/resolving_oracle_error_ora_28000


$ sqlplus "/ as sysdba"

SQL> alter user scott account unlock;
SQL> grant connect, resource to scott;

.