Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RAS is not supported on this system

Muhammad AzeemAug 9 2025 — edited Aug 9 2025

Hello, I am using DB 11.2.0.4.0 & APEX 20.2 & trying to store user's role ID in application item after authentication using below code but getting below error as mentioned in screenshot. Please help

select role_id into :GET_USER_ROLE

from acl_role

where role_id = (select role_id from acl_user where user_name = :APP_USER);

Comments
Post Details
Added on Aug 9 2025
4 comments
54 views