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: drop temp tablespace takes forever

Re: drop temp tablespace takes forever

From: <barthome1_at_comcast.net>
Date: 18 Oct 2006 08:10:49 -0700

<div class="mail">
<address class="headers">
<span id="from">
<dfn>From</dfn>: <barthome1_at_comcast.net>
</span>
<span id="date"><dfn>Date</dfn>: 18 Oct 2006 08:10:49 -0700</span>
<span id="message-id"><dfn>Message-ID</dfn>: <1161184249.627041.241810_at_e3g2000cwe&#46;<!--nospam-->googlegroups.com>
</span>
</address>

<br>

I am running into a similar problem deleting rows from a table. My sequence of events works fine on Solaris running a 9 proC client against a 9 database. But on Windows with a 10 client and the same 9 database, deleting rows just hangs the process.

My code has been ported to run on Windows, Solaris and Red Hat. So I am running the same thing on all platforms. Everything should be the same execpt the particular incarnation of the proC librararies.

Anybody got ideas?

Bart
<br>

bart.torbert_at_ihsenergy&#46;<!--nospam-->com

maxim2k wrote:
<br>
<i class="quotelev1">> Hi,</i><br>
<i class="quotelev1">></i><br>
<i class="quotelev1">> I'm running Oracle Database 10g R2 on Red Hat Enterprise Linux 4.</i><br>
<i class="quotelev1">></i><br>
<i class="quotelev1">> For some reason the temp01.dbf file has grown to 32GB lately!</i><br>
<i class="quotelev1">></i><br>
<i class="quotelev1">> So in order to bring it down, I tried to follow the directions in the</i><br>
<i class="quotelev1">> following article:</i><br>
<i class="quotelev1">></i><br>
<i class="quotelev1">> <http://www.idevelopment.info/data/Oracle/DBA_tips/Tablespaces/TBS_3.shtml#Dropping%20/%20Recreating%20Temporary%20Tablespace%20Method></i><br>
<i class="quotelev1">></i><br>
<i class="quotelev1">> Here is the suggested process:</i><br>
<i class="quotelev1">></i><br>
<i class="quotelev1">> - create a new support temporary tablespace and make it the default for</i><br>
<i class="quotelev1">> the database</i><br>
<i class="quotelev1">></i><br>
<i class="quotelev1">> - drop the original TEMP tablespace</i><br>
<i class="quotelev1">></i><br>
<i class="quotelev1">> - recreate a new TEMP tablespace, make it the default and drop the</i><br>
<i class="quotelev1">> support tablespace</i><br>
<i class="quotelev1">></i><br>
<i class="quotelev1">> But I'm stuck at the dropping the original TEMP tablespace with the</i><br>
<i class="quotelev1">> followinf command:</i><br>
<i class="quotelev1">></i><br>
<strong><i class="quotelev1">> DROP TABLESPACE TEMP INCLUDING CONTENTS AND DATAFILES;</i><br>
</strong>
<i class="quotelev1">></i><br>
<i class="quotelev1">> The above command has been running for an hour or so on my server and</i><br>
<i class="quotelev1">> didn't finish yet.</i><br>
<i class="quotelev1">></i><br>
<i class="quotelev1">> Is it supposed to be so slow?</i><br>
<i class="quotelev1">></i><br>
<i class="quotelev1">> How can I check its progress?</i><br>
<i class="quotelev1">></i><br>
<i class="quotelev1">> If I need to, how do I kill it without corrupting the database?</i><br>
<i class="quotelev1">> </i><br>
<i class="quotelev1">> Thanks.</i><br>
<span id="received"><dfn>Received on</dfn> Wed Oct 18 2006 - 10:10:49 CDT</span>
</div>
Received on Wed Oct 18 2006 - 10:10:49 CDT

Original text of this message

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