Archives of the TeradataForum
Message Posted: Mon, 09 Sep 2002 @ 21:17:20 GMT
Subj: | | Do Global Temporary Tables require Perm space? |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Monday, September 09, 2002 15:45 -->
I created a Global Temporary Table and the user was able to insert into it.
But when the user tries to create a Global Temporary Table under his id, he's getting 2644 error. The user does not have any perm space
but has 10 GB spool space and 7 GB temp space.
create global temporary table STEVE
(
A CHAR(01) UPPERCASE NOT NULL ,
B CHAR(01) UPPERCASE )
PRIMARY INDEX( A )
on commit preserve rows ;
*** Failure 2644 No more room in data base A1780026.
Thanks.
|