ORA-28000 Unlocking an Oracle User
- Product: Voyager
- Product Version: All
Problem Symptoms
ORA-28000 error message when starting tomcat:java.sql.SQLException: ORA-28000: the account is locked
ORA-28000: the account is locked
when connecting to database from Prepackaged Reports
Cause
Oracle user is locked
Resolution
- Note {username} of locked user.
- Log into the server as the oracle Unix user
- Connect to SQLPlus as the sysdba user:
sqlplus '/ as sysdba'
ALTER USER {username} ACCOUNT UNLOCK
quit
- Article last edited: 19-May-2016