Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: URGENT!!-How to figure out password??
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
![]() |
![]() |