Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: capture oracle pwd change in 3rd party application. help needed
The hex approach will work as it is an DDL command, the hex is the
hashed password and the hashes for the same passwords are the same on
every platform. Try it and see!!, create the same user with the same
password on both databases and then
select username,password
from dba_users
where username='YOUR_USER';
kind regards
Pete
In article <801f14b4.0311060543.52627e25_at_posting.google.com>, Lasher
<hgrabowy_at_hotmail.com> writes
>I guess I forgot to mention that the two databases are on two different OS.
>One is OpenVMS and other Win2000.
>The HEX approach will not work.
-- Pete Finnigan email:pete_at_petefinnigan.com Web site: http://www.petefinnigan.com - Oracle security audit specialists Book:Oracle security step-by-step Guide - see http://store.sans.org for details.Received on Thu Nov 06 2003 - 09:19:02 CST
![]() |
![]() |