Jump to content
We've recently updated our Privacy Statement, available here ×

how to call a plsql procedure to fill temp tables before the report starts the query


ahackmann

Recommended Posts

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 regards
Arne

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...