Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Start a Procedure from URl in APEX 22.1 / ORDS 21.1

mpatzwahlJul 19 2022

Hi,
i would like to start a Procedure from url like:
myserver:8080/ords/myproc
I put it in the apex function wwv_flow_epg_include_mod_local => no success
i put it in defaults.xml
<entry key="security.requestValidationFunction">wwv_flow_epg_include_modules.authorize</entry>
<entry key="security.inclusionList">APEX_220100,SCOTT.MYPROC</entry>
=> no success and APEX is not working anymore.
What is the correct way please? (to start a proc and not to kill apex :-) )

Thanks
Marco

Comments
Post Details
Added on Jul 19 2022
0 comments
248 views