how to call multi request at the same time via utl_http , is it possible like parallel or like threa
we are doing webservice call via utl_http. but we ddoing many call with dba_jobs. only one request processing , others jobs waiting. they does not processing
how to achive multi request with utl_http. are there any samples.
UTL_HTTP does only one by one request ?