Application Express User's Guide > Oracle Application Express ... > HTMLDB_UTIL > RESET_AUTHORIZATIONS P...
RESET_AUTHORIZATIONS Procedure |
Previous |
Next |
To increase performance, Oracle Application Express caches the results of authorization schemes after they have been evaluated. You can use this procedure to undo caching, requiring each authorization scheme be revalidated when it is next encountered during page show or accept processing. You can use this procedure if you want users to have the ability to change their responsibilities (their authorization profile) within your application.
Syntax
HTMLDB_UTIL.RESET_AUTHORIZATIONS;
Parameters
None.
Example
BEGIN HTMLDB_UTIL.RESET_AUTHORIZATIONS; END;