Oracle

Problem: How does the UTL_HTTP package use Oracle Net

Problem: How does the UTL_HTTP package use Oracle Net I am using a command like UTL_HTTP.set_transfer_timeout (5); SELECT HTTPURITYPE.createuri (   ‘http://fluffy.sf.nowhere.net:8080/rodger-admin/manageCacheFull.do?userName=‘ || ‘myuser&password=password&action=update&cacheName=com.rcom.tarcaptu’ || ‘re.prxcommon.entity.RTotal&cacheKey=9′ ).getclob () web_page INTO l_web_page FROM DUAL; What does […]