I get the following error message:
ORA-06550: line 2, column 1: PLS-00221: 'CUSTOM_AUTH' is not a procedure or is undefined ORA-06550: line 2, column 1: PL/SQL: Statement ignored
Error ERR-10460 Unable to run authentication credential check function.
I have defined the function custom_auth
Software/Hardware used:
ASKED:
March 13, 2008 1:24 AM
UPDATED:
May 26, 2010 9:00 AM
change the word FUNCTION in your function with the word PROCEDURE, however this could not return any thing, but u arrange a variable as OUT type, so after completion of procedure, u are able to get the value of that OUT variable.