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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Reverse engineer passwords

RE: Reverse engineer passwords

From: William Beilstein <BeilstWH_at_obg.com>
Date: Fri, 14 Jul 2000 15:14:55 -0400
Message-Id: <10558.112111@fatcity.com>


Get the encrypted password by typing

SELECT PASSWORD FROM DBA_USERS WHERE USERNAME =3D 'MYUSER'; It will display the password as something like this;

PASSWORD Received on Fri Jul 14 2000 - 14:14:55 CDT

Original text of this message

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