ora 28000 account is locked

preview_player
Показать описание
Using SQL*Plus to Unlock Accounts and Reset Passwords
1)Start SQL*Plus and log in as the SYS user, connecting as SYSDBA
$ $ORACLE_HOME/bin/sqlplus/nolog
CONNECT SYS as SYSDBA
Enter password: sys_password
2)Enter the command ALTER USER account IDENTIFIED BY password ACCOUNT UNLOCK; to unlock an account.
Рекомендации по теме
Комментарии
Автор

Please can you reply me ?
*After doing this procedure, the previous data will be deleted ????*

hyunglinerocks
Автор

I tried to unlock it by your procedure bit still its showing same error.

anisnadaf
Автор

Thank you very
Now im not dependent on developers

bilaluddintantary
Автор

How can i unlock my account from a website that locked my funds?

aryan_kenya
Автор

After writing conn sys as sysdba it's asking for password and I don't know the password what should I do?

AshishSharma-lkyb
Автор

Tuto great work and i resolt this prob

vilsenatnewtech