Hi
Chris,
The
error ORA-1652 is because of the temporary tablespace for the corresponding
table is not enough. The temporary tablespace for the table normally assigned
when create the table. Or when create the user. If you're not define the
temporary tablespace when you create the table, the temporary tablespace will
follow the temporay tablespace that already assign in the user
creation.
To
solve this problem, please resize the teporary tablespace.
Thank's
Bernardus Deddy Hoeydiono.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Stephens
Sent: Friday, January 17, 2003 9:55 PM
To: Multiple recipients of list ORACLE-L
Subject: temp spaceanyone know how to identify the session that caused a ORA-1652?
-thank you
