Thanks for the question, Senthilnathan.
Asked: June 07, 2023 - 7:31 am UTC
Last updated: August 19, 2024 - 2:58 am UTC
Version: 12c
Viewed 1000+ times
sys.utl_http.end_response
exception when others then sys.utl_http.end_request(...) raise; end;
A reader, August 14, 2024 - 4:48 pm UTC
EXCEPTION WHEN OTHERS THEN IF SQLCODE <> -29266 THEN RAISE; END IF; END; SYS.UTL_HTTP.END_RESPONSE(P_HTTP_RESP);
L_CLOB := READ_CLOB_RESPONSE ( P_HTTP_RESP => L_HTTP_RESP ); ... EXCEPTION WHEN OTHERS THEN SYS.UTL_HTTP.END_REQUEST( L_HTTP_REQ );
Keep your APEX skills fresh by attending their regular Office Hours sessions.