Datapump and ACLs
Oracle 19C.
Schema needs to be exported and imported to another database. Schema owner has network ACL privileges. All datapump offers is INCLUDE=NETWORK_ACL which exports/imports ACLs and privileges granted on ACLs. Issue is INCLUDE=NETWORK_ACL can be used with full export only. And it is understandable from ACL point of view since ACL is database level object. But privileges granted on ACLs are schema level. And unfortunately Oracle doesn't include schema ACL privileges with schema export by default and offers no INCLUDE for it. So we are forced to write own (easy task, but nevertheless) code to script out user ACL privileges and