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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-24247 network access denied by access control list (ACL)

3697172Jun 15 2020 — edited Jun 15 2020

Dears,

Dear when trying to create a WEB Source in the apex 19.2, and I received the error message contained in the last print

1 - Access Shared Components and click on the Web Source Modules option

2 - click on create and fill according to the print below

pastedImage_2.png

3 - Error Message

To try to get around this, we applied (unsuccessfully) the grant to the HTTP ACL

As below:

"

DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL(acl => 'apex_acl.xml',

                                host => '\<AppServer IP Address>',  

                                lower\_port => 8080,

                                upper\_port => 8080);

COMMIT;

END;

"

This error started to happen after the Apex Upgrade, from version 4.1 to 19.2.

Does anyone have any ideas or suggestions that can help solve this?

Tks a Lot

Rodrigo Fuentes

Comments

thatJeffSmith-Oracle

well, what have you tried?

One example (from my blog)

image.png

1 - 1

Post Details

Added on Jun 15 2020
1 comment
1,102 views