Hi All
I just want bit of a information of using Global Temp Table in apex.
Is it recommended to use global temp table which is populated by a process when a page is submitted and then query from the GTT to display in the same page using IR report.
As I know GTT is session base and apex use multiple session for single request/response.
I know I can use collection but the question is about GTT, can this be used in apex same as PL/SQL or not .
Thanks