Author: techfox9

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

Friday, September 28th, 2012 @ 4:25 pm

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;

.

Database, Oracle


 


Comments are closed.