Hello Fellas, today i'm sharing how to unlock the HR schema which is by default unlock in Oracle Database.
just use the code in the sqlplus
just use the code in the sqlplus
- first login by system user
- then use this code.
alter user hr identified by PASSWORD account unlock
where PASSWORD will be your user defined password.