LeonelSanchezJr
Programmer
I have a report fex which returns the record set via a direct sql pass thru to Oracle in less than 15 seconds.
However, the report fex creates 5 HOLD files in order to manipulate / format the report. The HOLD file procedures takes over 15 minutes, therefore, my browser times out.
I have two choices:
1) Run the report deferred
2) Optimize the HOLD file procedures.
My problem is that the report fex resides in the REPOSITORY, therefore, I can not change its properties to "RUN AS DEFERRED REPORT ONLY".
Here is the scenario. The calling FEX is a parameter page which allows the users to select the desired parameters. Then, the user clicks on a SUBMIT button which calls the report FEX.
Help...
Thanks,
Leo ;-)
However, the report fex creates 5 HOLD files in order to manipulate / format the report. The HOLD file procedures takes over 15 minutes, therefore, my browser times out.
I have two choices:
1) Run the report deferred
2) Optimize the HOLD file procedures.
My problem is that the report fex resides in the REPOSITORY, therefore, I can not change its properties to "RUN AS DEFERRED REPORT ONLY".
Here is the scenario. The calling FEX is a parameter page which allows the users to select the desired parameters. Then, the user clicks on a SUBMIT button which calls the report FEX.
Help...
Thanks,
Leo ;-)