ahackmann Posted October 7, 2022 Posted October 7, 2022 we are trying to migrate from Oracle Report Server to Jasper Reports.The existing reports are based on global temporary tables that are filled by a plsql procedure before the report can query these tables.My approach in JasperReports was to create a Scriptlet and overwrite the beforeReportInit() to call the plsql procedure from here. That worked so far, but unfortionally the report query is executet before the plsql proedure is called, so the tables are empty at this point.Has anyone solved this very common approach in Jasper Reports? I would be gratefule for any advice.best regardsArne
jgust Posted October 7, 2022 Posted October 7, 2022 You could have the stored procedure populate the temp table and return a cursor.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now