InterviewSolution
Saved Bookmarks
| 1. |
Which Exception Is Raised If The Utl_http Package Fails Due To Wrong Url Specified? |
|
Answer» If WRONG URL is specified in the UTL_HTTP package CALL, the REQUEST_FAILED EXCEPTION is RAISED. If wrong URL is specified in the UTL_HTTP package call, the REQUEST_FAILED exception is raised. |
|