Hello Everyone
Database Version : Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
Global temporary tables can be defined as ON commit Delete Row and On commit Preserve Rows.
I am just wondering which data dictionary view has this information.
dba_tables (user_tables) has a column TEMPORARY with values as Y and N, to identify whether a table is temporary table or not but could not find any view which has the above said property of GTT.
Regards
Arun