Hi.

Is there a way to know the size of a temp table if the table is created with

create global temporary table dbatest1
( c1 number, c2 number)
/

Thx