Hi
I wanted to configure DBMS_NETWORK_ACL_ADMIN to allow the database to send requests to external REST services. The DBA disagreed, as direct queries from the database are considered a security risk, especially when directed to external websites.
What is your opinion on this?
Does using REST services directly from the database compromise its security?