Search the Reference Library pages:  

Oracle WWV_FLOW_VAL
Version 11.1
 
General Information
Note This package is undocumented and its purpose unkown. The point of this library entry is just to document what has been found.
Dependencies
DBA_USERS WWV_FLOW_SECURITY
WWV_FLOW_CUSTOM_AUTH_STD WWV_FLOW_VAL_LIB
Security Model No privileges granted
 
VERIFY_USER

Appears non-functional based on the test shown. But that may just be due to not utilizing it correctly.
wwv_flow_val(username IN VARCHAR2, password IN VARCHAR2)
RETURN BINARY_INTEGER
SELECT wwv_flow_val.verify_user('UWCLASS', 'UWCLASS')
FROM dual;

SELECT wwv_flow_val.verify_user('UWCLASS', 'Id10T')
FROM dual;

SELECT wwv_flow_val.verify_user('Id10T', '43')
FROM dual;
 
 
 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us    © 2003 - 2024 psoug.org
-----