Re: Help: Tablespace full after creating 2 tables and no records.

From: Paul Baumgartel <paulb_at_PROBLEM_WITH_INEWS_DOMAIN_FILE>
Date: 1995/09/24
Message-ID: <442ejd$nbs_at_pcnet2.pcnet.net>#1/1


Steve Perry (dpsmp_at_ix.netcom.com) wrote:
: I created 2 tables in a tablespace (I created) that's 10 meg. When I try
: and create the indexes and primary keys, I get a message that Oracle
: couldn't extend the temp segments.
(snip)

The temporary segments referred to are just that--temporary segments in the user's temporary tablespace. Index creation requires sorting, and a sort that doesn't fit in the SGA sort buffer is done on disk via temporary segments. If you haven't already done so, create a tablespace that's dedicated to such temporary segments, and set each user's temporary tablespace  to it.

--
| Paul Baumgartel                                        |
| Principal Consultant                   (203) 735-3524  |
| Adept Computer Associates, Inc.        paulb_at_pcnet.com |
Received on Sun Sep 24 1995 - 00:00:00 CEST

Original text of this message