Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to send file to amazon s3 cloud by utl_http and proxy settings?

User_UWXOGOct 14 2015 — edited Oct 18 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 15 2015
Added on Oct 14 2015
2 comments
710 views