[Oracle] Recover lost passwords

Last update on October 20, 2009 10:03 AM by aakai1056
Published by aakai1056

[Oracle] Recover lost passwords









To recover a password in Oracle, simply connect under command line mode on the server:
#sqlplus /nolog
SQL>conn / as sysdba
SQL>alter user Username identified by password;
Best answers for « Recover lost passwords » in :
Lost password - Resetting the BIOS Show Lost password - Resetting the BIOS Hardware reset Software reset In the case you have forgotten or lost the password for the BIOS, (prompted when starting your computer), this tip below will help you to tackle this problem. The...
[MICRO SD card] Lost password Show Issue I have lost the password for my 1GB micro SD card and now it is blocked. Solution Go to file manager on your mobile, In the "Settings" option, Choose system folders, In the "System" folder there's a file called "MMCSTORE", Send...
Reinitializing the root password of MySQL ShowReinitializing the root password of MySQL The root password is lost! Reinitializing the password: It's important that you are able to access and modify the admin (root) password of MYSQL, either when installing MySQL for the first...
Recovering lost files ShowRecovering lost files Summary Preconditions Under Windows Freeware PC Inspector File Recovery Restoration Hand Recovery Undelete Plus SoftPerfect File Recovery Photorec&Testdisk Instruction for application Notice Under...
Secretly enter a password within console ShowSecretly enter a password within console Here is a simple method on how to limit the use of a specific command (as to prevent the display screen by disabling the echo command), using stty. Just launch the command (to disable) using...