In our environment after SYS runs CREATE USER statements, it also needs to run a script to set up Network ACL privileges for the new user using calls to the dbms_network_acl_admin package.
Is it possible to associate a custom script with a user so that when "Export DDL File" is used, the script is exported along with the CREATE USER statements?
Alternatively, is there support for Network ACLs somewhere that I missed?