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: ORA-01575: timeout waiting for space management resource

Re: ORA-01575: timeout waiting for space management resource

From: Tom Pall <tom_at_cdproc.com>
Date: Mon, 6 Nov 2000 14:04:39 -0600
Message-Id: <10672.121240@fatcity.com>


This typically happens if there's a lot of disk based sorting going on.

If possible, try to eliminate some group bys, order bys, sums, counts from your code. If you have the RAM to spare, increase the sort_area_size before starting the big query.

> We have met the enemy & they is me.
>
> I'm running a BIG job against my production instance.
> The errors below only appear while my job is runnning.
> FWIW - Solaris V2.6 & Oracle V7.3.4.3
> What, if anything, can be done to eliminate these errors?
>
>
> *** 2000.11.06.10.07.26.000
> SMON: following errors trapped and ignored:
> ORA-01575: timeout waiting for space management resource
> *** 2000.11.06.10.07.53.000
> SMON: following errors trapped and ignored:
> ORA-01575: timeout waiting for space management resource
> *** 2000.11.06.10.08.20.000
> SMON: following errors trapped and ignored:
> ORA-01575: timeout waiting for space management resource
> *** 2000.11.06.10.08.58.000
> SMON: following errors trapped and ignored:
> ORA-01575: timeout waiting for space management resource
> *** 2000.11.06.10.09.28.000
> SMON: following errors trapped and ignored:
> ORA-01575: timeout waiting for space management resource
> *** 2000.11.06.10.09.54.000
> SMON: following errors trapped and ignored:
> ORA-01575: timeout waiting for space management resource
> *** 2000.11.06.10.10.25.000
> SMON: following errors trapped and ignored:
> ORA-01575: timeout waiting for space management resource
>
>
> --
> Charlie Mengler Maintenance Warehouse
> charliem_at_mwh.com 10641 Scripps Summit Ct
> 858-831-2229 San Diego, CA 92131
> You don't know what you don't know. Think about it.
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Charlie Mengler
> INET: charliem_at_mwh.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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 Nov 06 2000 - 14:04:39 CST

Original text of this message

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