Wednesday 2 October 2019

Oracle Apex 5 change parsing schema at run time


shared components > security > security attributes> database session > Initialization PL/SQL Code


BEGIN
if :APP_USER='SCOTT' THEN
apex_application.g_flow_owner := 'SCOTT';
ELSE
apex_application.g_flow_owner := 'HR';
END IF
END;

No comments:

Post a Comment

Number of Visitors