Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Offline doubt - Password checking in Oracle..

RE: Offline doubt - Password checking in Oracle..

From: <Jorma.Vuorio_at_nokia.com>
Date: Fri, 02 Feb 2001 01:46:26 -0800
Message-ID: <F001.002A8989.20010202010553@fatcity.com>

If user is connected to Oracle and is able to use Your function, You shouldn't have any reason to check the old password.

or

If user is not connected when passing those parameters, let Oracle check, if the password is correct when (application) try to connect

or

If old password is a Sybase password, You should check it against Sybase db, not Oracle.

HTH
Jorma

> -----Original Message-----
> From: ext Arul kumar [mailto:rakumar_at_mahindrabt.com]
> Sent: 02 February, 2001 8:45
> To: Multiple recipients of list ORACLE-L
> Subject: Offline doubt - Password checking in Oracle..
>
>
> Hi Gurus,
>
> I am working on a Sybase to Oracle migration project where i need to
> write a function which accepts username , old password and
> new password
> as parameters and modifies the account(Oracle Schema ) with the new
> password.
> If the password is correct, then only password modification
> should take
> place.
>
> Now, my question is :
>
> How to validate the user given password as correct or not?
> (becos Oracle
> stores password by encrypting it!).
>
> Any suggestions will be of great help to me.
>
> TIA,
> Arul.
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Arul kumar
> INET: rakumar_at_mahindrabt.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: Jorma.Vuorio_at_nokia.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Feb 02 2001 - 03:46:26 CST

Original text of this message

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