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 -> Checking password

Checking password

From: Cezariusz Marek <Cezariusz.Marek_at_comarch.pl>
Date: 1997/08/18
Message-ID: <33f95d9e.24445550@news.tpnet.pl>#1/1

Hi,

Is there any way to check if user's password is correct without actually connecting to Oracle?

I'm interested in some PL/SQL function, that will to do this. It would look like:

function is_password_correct(username varchar2, password varchar2) return number is ...

Is there anywhere available source of function that codes the password into string as shown in DBA_USERS view?

Regards, Received on Mon Aug 18 1997 - 00:00:00 CDT

Original text of this message

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