Hello BIRT experts,<br />
I am looking for a way to run an Oracle stored procedure in a report before any other SQL is executed. This is because I need to set a <a class='bbc_url' href='
http://www.dba-oracle.com/t_dbms_session.htm'>context attribute value</a>, which then controls visibility of the data in the underlying database. The value passed to the stored procedure will be supplied as an integer parameter.<br />
<br />
It seems that a natural place to run the stored procedure is afterOpen on the JDBC data source, but there doesn't seem to be any methods available to do so.<br />
<br />
Similar question was asked in 2009 by someone else on <a class='bbc_url' href='
http://stackoverflow.com/questions/1177390/eclipse-birt-and-oracle-need-to-set-role-before-running-report'>stackoverflow</a> but no code was posted. I'm hoping the experts on this forum will be able to help!<br />
<br />
Thanks.