i'm getting ORA-29273: HTTP request failed using utl_https
Hi,
I'm calling external cloud rest api using utl_https Oracle pl/sql(EBS). it is working fine most of cases. If i call 10 times, 1 or 2 time it is failing. it is giving error ORA-29273: HTTP request failed. it is failing due do EBS performance issue or external cloud system issues. if i call same in postman. I'm not face any issues. Postman i able to call 1 time. Oracle Pl/sql I will call multiple times.
First imported Oracle certificate & created oracle wallet. using oracle wallet, I am connecting Cloud rest api. it is working fine most of cases. few time it failing it.