Procedure that was developed on database Oracle 12c returns the following error, when ran on database Oracle 19c.
ORA-29273: HTTP request failed
ORA-29013: SSL MAC verification failure
ORA-06512: at "SYS.UTL_HTTP", line 797
ORA-06512: at "SYS.UTL_HTTP", line 1335
ORA-06512: at "xxxx.xxxx_xxx_xxxxxx", line 318
ORA-06512: at line 12
I have tried researching this and I have not found any good answers on how to resolve this issue. If anyone could provide me the cause of this issue or a solution, that's be awesome.
I am trying to call an API, which returns a file and saves into a blob. As previously mentioned, this functionality works perfectly fine on 12c.
Thanks in advance :)
CodePudding user response:
Check this out... they mitght be at same page as you.
It seens they solved by applying the patch 32738356.
Since they find out that an update from 19.9 to 19.10 fixed their problem. Same as you have now. What is you current version?
Please, if you try it out, give us some feedback. :)
Best regards.