Skip to Main Content

APEX

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!

ORA-20999: REST Data Source returned an HTTP error: HTTP 400: Bad request

mpatzwahlMar 12 2023

Hi,

i would like to test the rest features of APEX (22.2) and Ords 22.4.

I tried to use the Example employees/:id Example in a APEX Report.

The result is: ORA-20999: REST Data Source returned an HTTP error: HTTP 400: Bad request

Starting Debugging i can see the rest request that apex uses:

begin_request p_url=>http://127.0.0.1:8082/ords/schulung/hr/employees/7369?page=0,p_method=>GET,p_proxy_override=>,p_transfer_timeout=>,p_https_host=>,p_wallet_path=>

When i use: http://127.0.0.1:8082/ords/schulung/hr/employees/7369?page=0

i get the ORA-20999 Error from above. without ?page=0 it is ok. so can i get rid of the ?page=0 in APEX ?

Thanks

Marco

Comments
Post Details
Added on Mar 12 2023
2 comments
197 views