ACL assign hostname
Hello,
DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL(acl => 'xxx.xml', host=>'hostname',lower_port => x,upper_port =>x) is failing because of the hostname.
ORA-24244: invalid host or port for access control list (ACL) assignment
Does one know where Oracle is looking for the 'hostname' checking during the ACL assignment?
Is it checking /etc/hosts?
Thank You