Function apex_200200.wwv_flow_epg_include_mod_local cannot be modified in Autonmous Database
We want to switch to Autonmous Transaction Processing Database at the end of the year, so we have created an autonomous test database (Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production) to test our applications, here we encounter the following problem:
Function apex_200200.wwv_flow_epg_include_mod_local cannot be modified in Autonmous Transaction Processing Database.
In our
applications we have to execute several PL/SQL Database Procedures and
Functions via ORDS and the Procedures/Functions that are allowed are listed in
the function wwv_flow_epg_include_mod_local in our existing databases
As there is no way to use the SYS-Account in an Oracle ADB we tried to modify the function apex_200200.wwv_flow_epg_include_mod_local with the Admin-Account of the Autonmous Transaction Processing Database.