Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Reverse engineer passwords
I'm really going to have some fun with this project!
Thanks for the ideas.
Linda
-----Original Message-----
From: William Beilstein [mailto:BeilstWH_at_obg.com]
Sent: Friday, July 14, 2000 2:55 PM
To: Multiple recipients of list ORACLE-L
Subject: RE: Reverse engineer passwords
Get the encrypted password by typing
SELECT PASSWORD FROM DBA_USERS WHERE USERNAME = 'MYUSER'; It will display the password as something like this; Received on Fri Jul 14 2000 - 16:27:45 CDT