Hello,
I have my own procedure which sends files to amazon s3 cloud.
It works fine when the db server have an access to internet but when its behind the proxy, it doesnt work.
ERROR at line 1:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1130
ORA-12535: TNS:operation timed out
ORA-06512: at "TSMON.AMAZON_AWS_S3_PKG", line 185
ORA-06512: at "TSMON.AMAZON_AWS_S3_PKG", line 827
ORA-06512: at "TSMON.XML_AMAZON", line 98
ORA-06512: at line 1
I tried setup utl_http.set_proxy('proxzserver:port'); but it doesnt help me.
Are there needed any other changes in ACL or anything else?
Thank you.
REgards,
Tom