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
daust / JasperReportsIntegration
JasperReportsIntegration provides an interface to use the JasperReports reporting engine in an Oracle database application, specifically with Oracle Application Express (Oracle APEX).