Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> VERIFY_FUNCTION for passwords in Oracle8 ?
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
![]() |
![]() |