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

From your command prompt, type

sqlplus "/ as sysdba"

Once logged in as SYSDBA, you need to unlock the hr account

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

Comments

Popular posts from this blog

Offers on Friday, April 24, 2020

Fatal: LoadModule: error loading module 'mod_sql_mysql.c'