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;
To reset your Orable database password:
Your password file should be under <orahome>\database\PWD<SID>.ora.
Delete it and run the Oracle password utility from the command prompt:
c\:Oracle\ora92\database>ORAPWD file=PWD<SID>.ora password={password} […]
Recent Comments