Access denied by ACL in Oracle APEX 5.0

2.4k Views Asked by At

May be this is a common problems,but I have googled it and post it in some forums but I still didn't get the answer..

I have a problem with my ACL. I was following this tutorial http://dbtricks.com/?p=159 and everything works fine. But when I made REST web service in Oracle APEX 5.0 and tried to run the service, it gave me error:

ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1130
ORA-24247: network access denied by access control list (ACL)

I have set the ACL for user APEX_050000.

If anyone has an idea about this, please help me. Thank you.

2

There are 2 best solutions below

1
On

You should configure the ACL for the schema that owns the APEX application that you are trying to run.

0
On

You could try configuring the ACL for the "default parsing schema" ID; generally the schema that owns the tables; not the APEX schema that contains the application. That solved the issue for us.