Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: temp space
temp spaceHi 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: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of Chris
Stephens
Sent: Friday, January 17, 2003 9:55 PM
To: Multiple recipients of list ORACLE-L
Subject: temp space
anyone know how to identify the session that caused a ORA-1652?
-thank you
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Bernardus Deddy Hoeydiono
INET: deddy_at_sdi.co.id
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Sun Jan 19 2003 - 21:28:42 CST
![]() |
![]() |