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: capture oracle pwd change in 3rd party application. help needed

Re: capture oracle pwd change in 3rd party application. help needed

From: Pete Finnigan <plsql_at_petefinnigan.com>
Date: Thu, 6 Nov 2003 15:19:02 +0000
Message-ID: <yYV8epAmZmq$Qx6R@peterfinnigan.demon.co.uk>


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

Original text of this message

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