A easy method to unlock any user in Oracle 10g, 11g

preview_player
Показать описание
Easy method to unlock any user account in Oracle database 10g and 11g. In this tutorial I have unlocked hr user account you can unlock any user account from following list:

Anonymous
CTXSYS
SCOTT
EXFSYS
MDSYS
OLAPSYS
SYS
SYSTEM

click start and type sqlplus
then type the user-name: sys / as sysdba

then type the password that you have set during the installation of
the oracle software

type the following to unlock account
alter user scott account unlock;

type the following to set password for user account
alter user scott idenfied by tiger;
where tiger is your password

Thanks for watching and subscribe for more. . . :)
Рекомендации по теме
Комментарии
Автор

thank you mahn it's worked for me

kadaayadiwraith