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: undo tablespace keeps growing, why can't I reclaim space?

Re: undo tablespace keeps growing, why can't I reclaim space?

From: Arun Mathur <themathurs_at_gmail.com>
Date: 15 Aug 2005 07:26:46 -0700
Message-ID: <1124116006.686728.115110@g14g2000cwa.googlegroups.com>


Hi Hans,

Instead of an insert followed by an update, why not do something like this:

  1. create table target_table_copy as (<select clause to include the update and inserts>)
  2. apply any necessary constraints to target_table_copy
  3. drop target_table
  4. rename target_table_copy to target_table

Regards,
Arun Received on Mon Aug 15 2005 - 09:26:46 CDT

Original text of this message

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