Hi,
We upgrade our Apex development environment to version 24.1.0 (ORDS 24.1.0.r1080942) on windows machine.
Our DB is 19.23 EE
Our web server is Tomcat 9.0.89
We are using Oracle Application context with APEX application.
Before the upgrade, APEX always use the APEX_PUBLIC_USER to run the sql / pl/sql on the DB.
After the upgrade, APEX run the pl/sql sometimes with APEX_PUBLIC_USER and sometimes with APEX_PUBLIC_ROUTER so the use of the Application context return wrong values.
Anyone know this new behavior ?
Thanks on advance