ACL error ORA-29273,ORA-06512,ORA-12541
Hi
I have newly created wallet in one of our environments , imported the certificate given by the developer . Import was successful.
Later created acl like below .
begin
DBMS_NETWORK_ACL_ADMIN.CREATE_ACL(acl => 'UTL_HTTP.xml', description=>'UTL_HTTP access ', principal=> 'CCL', is_grant=>TRUE, privilege=>'connect');
DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(acl => 'UTL_HTTP.xml',principal => 'CCL', is_grant=>TRUE, privilege=>'resolve');
DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL(acl=>'UTL_HTTP.xml',host=>'iambccdpqa1.bmogc.net ',lower_port => 80, upper_port => 7192 );
end;
/
(Since the port mentioned by the developer is 7192 and I was able to telnet to the host with that port I have put the upper_port as 7192. The URL is