ora 29273 HTTP request failed+ora 12541 no listener error
Hi
ACL setup correctly as follows
GRANT execute ON UTL_HTTP TO GEO2;
BEGIN
DBMS_NETWORK_ACL_ADMIN.APPEND_HOST_ACE(
host => '*',
ace => xs$ace_type(privilege_list => xs$name_list('connect', 'resolve', 'http'),
principal_name => 'GEO2',
principal_type => xs_acl.ptype_db)
);
END;
/
commit;
BEGIN
DBMS_NETWORK_ACL_ADMIN.APPEND_HOST_ACE(
host => '*',
ace => xs$ace_type(privilege_list => xs$name_list('connect', 'resolve', 'http'),
principal_name => 'GEO2',
principal_type => xs_acl.ptype_db)
);
END;
/
commit;
Task is to run scheduled reports and write to specific directory but failed with the following message(this is showed in logs)