RE: Temporary space needed to create a constraint

From: Powell, Mark <mark.powell2_at_hp.com>
Date: Tue, 10 Jul 2012 20:20:12 +0000
Message-ID: <1E24812FBE5611419EFAFC488D7CCDD10254C631_at_G5W2734.americas.hpqcorp.net>



I do not know the answer to your question but to create the constraint I would try to create the index then alter the table to create the PK using the already built index.

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

From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Peter Hitchman Sent: Tuesday, July 10, 2012 11:59 AM
To: oracle-l
Subject: Temporary space needed to create a constraint

Oracle Enterprise Edition: 11.1.0.7.5
OS: RHL. Hi,
I have a table with 1.8 billion rows, on which I created a non unique index and now I am trying to add in a primary key constraint using that index. But I keep running out of temporary space. I assumed that the space needed to create the constraint would be the same as needed to create the index (which was around 160GB), but it appears that it needs double that. I did a small test and found that the amount of temp space needed to create a PK in this circumstance was double that needed to create the index.

In my latest attempt I tried to uses a 1GB sort_area_size and it ran for longer but in the end exhausted alll the disk space I have.

Has anyone else experienced this and if so why does creating the constraint use so much more temp space than creating an index on the same columns?

Thanks
Pete
--

http://www.freelists.org/webpage/oracle-l

--

http://www.freelists.org/webpage/oracle-l Received on Tue Jul 10 2012 - 15:20:12 CDT

Original text of this message