Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

UTL_HTTP #83

Greetings,
I have an Oracle APEX app on my oracle free cloud instance. The parsing schema of that app cannot make use of UTL_HTTP package because Oracle prohibits using that package with APEX workload type which I am using.
Now, I need to make use of JasperReportsIntegration tool, "jri-3.0.0-jasper-7.0.1" to call reports. And as you know, xlib.show_report subprogram is used to call reports. But, unfortunately, it's useless for me now since I cannot use UTL_HTTP which show_report subprogram uses.
My question is,
can I just call the URL that show_report forms, directly? And avoid using xlib.show_report altogether?
Regards

  • replies 0
  • views 65
  • likes 0