Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> GLOBAL TEMPORARY TABLE in Oracle 9.2.0.4
Hi,
I have been seeing a new GLOBAL TEMPORARY TABLE in our production
database every day for the last few weeks. This table is owned by SYS
and has the name as ORA_TEMP_1_DS_xxxxx where xxxxx is a number. The
table structure is as follows
CREATE GLOBAL TEMPORARY TABLE ora_temp_1_ds_18765
(full_db_name VARCHAR2(30), stats_created_dt DATE, owner VARCHAR2(30) NOT NULL, table_name VARCHAR2(30) NOT NULL)ON COMMIT PRESERVE ROWS
So I know it has something to do with stats. What I do not understand is why those tables are not removed at the end of the process. All the tables have not data.
Thanks
Yuval.
![]() |
![]() |