I find that if I call UTL_HTTP.GET_RESPONSE and get an error response (500 in this case), when I call UTL_HTTP.READ_TEXT it fails with ORA-29261: bad argument. How can I see the response body when there is an error?
I find that if I call UTL_HTTP.GET_RESPONSE and get an error response (500 in
Share
The solution ended up being to call
before making the request.