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
Error ORA-28001: the password has expired, during System Startup.
1234567891011
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';Please to add comments
No comments yet. Be the first to comment!