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 -> VERIFY_FUNCTION for passwords in Oracle8 ?

VERIFY_FUNCTION for passwords in Oracle8 ?

From: <rwidlund_at_my-dejanews.com>
Date: Fri, 03 Jul 1998 06:33:55 GMT
Message-ID: <6nhu0j$8mh$1@nnrp1.dejanews.com>


Hi,

Has anyone managed go get the function VERIFY_FUNCTION to work assigned to and profile as documented in the manual "Relase 8.0 Oracle8 Administrators Guide", Chapter 19 ?. It should take 3 parameters as in:
>CREATE OR REPLACE FUNCTION VERIFY_FUNCTION
>(username IN varchar2,
> password IN varchar2,
> old_password IN varchar2)

It handles the check-char,check-digit,check-punctuation fine. But the check for that more than 3 letters is changed doesn't work at all.

Cheers,

Rickard Widlund

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Fri Jul 03 1998 - 01:33:55 CDT

Original text of this message

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