I installed oracle database 12c .. now when i open sql developer and connect to HR with
hr username and hr password
then this shows warning
A database warning was encountered performing the requested operation:
ORA-28002: the password will expire within 7 days
28002. 00000 - "the password will expire within %s days"
*Cause: The user's account is about to about to expire and the password
**needs to be changed**
*Action: change the password or contact the DBA
Vendor code 28002
I search on google for solutions but they all said run this query
SELECT PROFILE FROM dba_users WHERE username = 'hr';
when i connect to hr and run this query then error occurred table or view does not exist so i search again and i found go to "Other users" and select your user but here i did not find "hr" user
and also when i try to connect to sys this shows incorrect password i did not remember what password is so how to solve this issue ?
when i connect to hr and select "other user" this shows like this

