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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: temp space

RE: temp space

From: Chris Stephens <ChrisStephens_at_affina.com>
Date: Mon, 20 Jan 2003 05:39:18 -0800
Message-ID: <F001.005346F6.20030120053918@fatcity.com>


after utilizing a pl/sql routine found on asktom.com we were able to catch the offending query that was consistently causing the 1652. (this isn't something that you can capture from the v$ views if the session has disconnected (at least i know of know way)) ...anyways the problem was that the relevant tables were not properly intexed and not the size of the temp space.  

thank you for the suggestions though.

-----Original Message-----

Sent: Sunday, January 19, 2003 9:29 PM
To: Multiple recipients of list ORACLE-L

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-----

Sent: Friday, January 17, 2003 9:55 PM
To: Multiple recipients of list ORACLE-L

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: Chris Stephens
  INET: ChrisStephens_at_affina.com

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 Mon Jan 20 2003 - 07:39:18 CST

Original text of this message

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