Oracle 12c Apex 4.2 ORA-24247 network access denied by access control list (ACL)
问题 hope you can help me too. I'm developing an APEX-Application. Oracle 12c APEX 4.2. I'm using the workspace wrk_projects in pdborcl. I need some information about the client. The client will act in the same domain. So I'm building a report: select utl_inaddr.get_host_name(sys_context('userenv','ip_address')) as hostname from dual; When I run it: report error: ORA-24247 network access denied by access control list (ACL) My question is: I have to define the ACL in the container or in pdb? How to