DBA Hub

📋Steps in this guide1/1

Error ORA-28001: the password has expired, during System Startup

Error ORA-28001: the password has expired, during System Startup.

oracle configurationintermediate
by OracleDba
12 views
1

Overview

Error ORA-28001: the password has expired, during System Startup.

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
9
10
11
SELECT owner FROM dba_tables WHERE table_name='T000';

SELECT owner FROM dba_tables WHERE table_name='J2EE_CONFIG';

ALTER USER <username>IDENTIFIED BY <password> ;

brconnect -u system/ -f chpass -o -p

ALTER USER ACCOUNT UNLOCK;

SELECT owner FROM dba_tables WHERE table_name='J2EE_CONFIG';

Comments (0)

Please to add comments

No comments yet. Be the first to comment!