I would like to get the roles of the user currently logged on to the web server. With this information i can then add and remove links, buttons, fields ... everything according to which roles the user is in.
i looked into authid current_user in 8i but you can't use authid of a current user in a function if that function is called by a procedure that is not authid current_user because the invoker of the function is the owner of the procedure that calls it ...
if i make any sense, is there any way of getting the roles of the logged in user?
Jon
i looked into authid current_user in 8i but you can't use authid of a current user in a function if that function is called by a procedure that is not authid current_user because the invoker of the function is the owner of the procedure that calls it ...
if i make any sense, is there any way of getting the roles of the logged in user?
Jon