惊讶于没有答案,无论如何我已经整理好自己,这是给需要它的人的代码。
create or replace function custom_authentication (p_username in varchar2, p_password in varchar2)
return boolean
IS
begin
Your code for authentication
return true
end
如果您使用内置登录页面,自定义身份验证需要变量名称为 p_username 和 p_password。