Hello, why even though my application has authentication based on database user accounts, when a record is saved from an Oracle Apex page, and additional information is obtained through a database trigger, the user that the trigger register is APEX_PUBLIC_USER?. I expected it to be the authenticated database user.
How can I achieve that?