Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> GLOBAL TEMPORARY TABLE in Oracle 9.2.0.4

GLOBAL TEMPORARY TABLE in Oracle 9.2.0.4

From: Arnon, Yuval <Yuval.Arnon_at_webloyalty.com>
Date: Thu, 29 Apr 2004 11:37:31 -0400
Message-ID: <7D18327AF31AE04B88B3801C8D4AB14D050ED4DE@exchange01.webloyalty.com>


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
PARALLEL (DEGREE 4)
CACHE
/

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.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Thu Apr 29 2004 - 10:35:05 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US