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 […]

Oracle

Problem: MGMT_USER

Problem: MGMT_USER How do I recreate the MGMT_USER package?  I ran catproc.sql and it didn’t work.  I’m on Oracle 10.2.0 Solution: MGMT_USER I came up with this thread from a user blog.  MGMT_USER is needed […]

Oracle

Problem : FRM-41211 Integration error

Problem : FRM-41211 Integration error I got this error, “Frm-41211 Integration error: SSL failure running another product.”, when running reports from my form. I’ve created the call procedure using PL/SQL library. Previously, when I need […]