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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to check valid user/pwd in stored procedure ???

Re: How to check valid user/pwd in stored procedure ???

From: TurkBear <johng_at_mm.com>
Date: Fri, 21 Jan 2000 15:06:20 GMT
Message-ID: <3889757f.60108761@204.181.81.99>

You probably can't; the password is inaccessible except in encrypted form so the function would need to encrypt the input variable in the same way...

Saverio Tirone <saverio.tirone_at_semagroup.it> wrote:

>In a PL/SQL stored procedure I need to validate a login and password
>(same RDBMS) .
>Is there any funcion to do that ? If not, how can I write this function
>??
>The function valid_user(login varchar2,pwd varchar2) shoud return a
>true/false value.
>
>Thank you in advance for your help
>
>
>

  -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------    http://www.newsfeeds.com The Largest Usenet Servers in the World! ------== Over 73,000 Newsgroups - Including Dedicated Binaries Servers ==----- Received on Fri Jan 21 2000 - 09:06:20 CST

Original text of this message

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