Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Global Temporary Table Mystery
How did you check that tey are GTTs. I doubt they are. GTTs do not show up in
dba_segments. If they ARE GTTs and they get allocated in system, then the id
that created them must have had its temporary tablespace set to system.
Quoting Peter Barnett <regdba_at_yahoo.com>:
> We have an application using Global Temporary Tables.
> The other day I was checking performance questions and
> noticed a number of this application's tables were in
> the SYSTEM tablespace.
>
> After consulting with the developer I made
> arrangements to export and import them into the
> correct tablespace. It now turns out that these are
> GTTs. I checked the table names in dba_segments and
> no space is currently allocated to these tables.
>
>
> Any ideas as to why these GTTs may be using SYSTEM?
> It is an Oracle 8.1.7.3 database. The application was
> written in Oracle Forms.
>
-- regards Wolfgang Breitling Oracle 7,8,8i,9i OCP DBA Centrex Consulting Corporation www.centrexcc.com ---------------------------------------------------------------- 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 Tue Jun 22 2004 - 16:57:13 CDT