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 :)