Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: where is the old password ?

Re: where is the old password ?

From: GC <assistant_madman_at_hotmail.com>
Date: Fri, 17 Nov 2000 01:16:23 GMT
Message-ID: <3A1486CC.741D4A4D@hotmail.com>

kachkar_at_my-deja.com wrote:
> I did some reading and I found the password in dba_users table but the
> problem is that they are encrypted , so please if you know the
> procedure to decrypted them please let me know

There is no (to my knowledge) publicly available crack for oracle user password (I don't believe Oracle ever revealed publicly what the algorythm used is).
However, you can save the previous password by taking the encrypted string. Then, if you need to use it again, you can run the command 'alter user <username> identified by values 'encrypted_password_string'; Not sure if this is what you're looking for, but I hope it helps.

Cheers,
GC Received on Thu Nov 16 2000 - 19:16:23 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US