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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Procedure to DROP a 700 GB Table in 10gR2 ?

RE: Procedure to DROP a 700 GB Table in 10gR2 ?

From: VIVEK_SHARMA <VIVEK_SHARMA_at_infosys.com>
Date: Tue, 23 Jan 2007 12:06:12 +0530
Message-ID: <BBD944BCAC3AB4499DFBAFB1D8AF302002767BA8@BLRKECMSG11.ad.infosys.com>

Thanks indeed Dennis for responding

For the Tablespace containing the respective 700 GB Table to be Dropped in 10gR2:-

sys.dba_tablespaces.EXTENT_MANAGEMENT LOCAL

sys.dba_tablespaces.ALLOCATION_TYPE USER

sys.dba_tablespaces. SEGMENT_SPACE_MANAGEMENT MANUAL

Cheers


From: Dennis Williams [mailto:oracledba.williams_at_gmail.com] Sent: Tuesday, January 23, 2007 12:47 AM

Vivek,

Is this a locally-managed tablespace?I would assume in 10g, but just thought I'd ask the obvious. Maybe I've worked with users too much.

Dennis Williams


Sent: Monday, January 22, 2007 11:48 PM
Folks

In a 3 TB TEST Database in 10gR2, a 700 GB Table needs to be DROPPED.

This Table is present in a Unique Tablespace.

Which of the following Options is Most Advisable w.r.t. performance, speed & ease of Drop:-

  1. DROP the Respective Tablespace including contents
  2. Truncate the Table -> Drop the Table
  3. Drop the Table
  4. Some Other Option?

Thanks indeed

Received on Tue Jan 23 2007 - 00:36:12 CST

Original text of this message

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