I\'m facing the problem about my database in Oracle, When I opened my database, it appear a message with: \"ORA-28001: The password has expired\"
I have updated my a
I have fixed the problem, just need to check:
open_mode from v$database
and then check:
check account_status to get mode information
and then use:
alter user myuser identified by mynewpassword account unlock;
you are in wrong cdb/pdb so connect to right pdb