Hi!
I'm trying to figure out how I can use Oracle's Global Temporary tables in a report called from an action sequence. What I want to do is have the action sequence take the parameters specified for the report, populate my temporary tables, and then run the report that queries those temporary tables. I've run the inserts into the gtt and query manually from my SQL Developer tool and would like to have that same performance boost happen when I run it from PUC.
I'm trying to figure out how I can use Oracle's Global Temporary tables in a report called from an action sequence. What I want to do is have the action sequence take the parameters specified for the report, populate my temporary tables, and then run the report that queries those temporary tables. I've run the inserts into the gtt and query manually from my SQL Developer tool and would like to have that same performance boost happen when I run it from PUC.