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: URGENT!!-How to figure out password??

Re: URGENT!!-How to figure out password??

From: Van Messner <vmessner_at_netaxis.com>
Date: Thu, 22 Apr 1999 19:56:31 -0400
Message-ID: <%TNT2.8236$5E.118913@news7.ispnews.com>


You can't get at the actual passwords.
As sys you can change the password for any user. First save the encrypted password in a text file. Then
  alter user identified by whatever_you_want; When you're done set the password back to it's encrypted value with   alter user identified by values 'encrypted_password_here';

Van

mvipani wrote in message <371F72B1.8A92CB8E_at_radford.com>...
>I have the sys password for Oracle 8 DB. I need to know if I can use the
>dba_users table to figure out the passwords of the other users. I do not
>want to change it but need to know what it is. Any help will be
>appreciated.
>
>Tx
>MV
>
Received on Thu Apr 22 1999 - 18:56:31 CDT

Original text of this message

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