Wednesday 30 October 2019

Backup

https://drive.google.com/open?id=1uxMkSqx-520ZRG2sVipT6XiHTfCEFEv8

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;

Number of Visitors