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

Home -> Community -> Usenet -> c.d.o.server -> Re: Temporary tablespace (oracle 8.1.7)

Re: Temporary tablespace (oracle 8.1.7)

From: <Kenneth>
Date: Tue, 01 Oct 2002 14:35:02 GMT
Message-ID: <3d99b0c4.3895341@news.capgemini.se>


No, in best case it treats the symptom. Most likely it will make your application crash.

250 Mb is not much for a TEMP tablespace nowadays, it can easily be consumed by queries producing large sorts or the DBA i.e. rebuilding an index.

For now, just allocate more space for your TEMP tablespace instead.

Then, if it grows out of proportion ( say it reaches 10 Gb on a DB with 1 Gb of user data), go looking for huge sorts in the application.

On Tue, 1 Oct 2002 16:20:13 +0200, "Marcin" <mwolski_at_poczta.fm> wrote:

>Hello,
>
>My temporary tablespace has been reaching limit space after two or three
>weeks working (250MB). Then I have to restart database to clean it up. And
>then the situation repeats, so I am thinkink about quota on temporary
>tablespace (let's say 50MB). Is it good idea?? Does it solve the problem??
>
>M.
>
>
Received on Tue Oct 01 2002 - 09:35:02 CDT

Original text of this message

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