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: Reorganize table

RE: Reorganize table

From: Wong, Bing <bing.wong_at_IngramMicro.com>
Date: Thu, 18 Apr 2002 10:29:05 -0800
Message-ID: <F001.004485A0.20020418102905@fatcity.com>


You can export and compress on the fly.... This unix...

mknod export_pipe p
compress < export_pipe > export_file.dmp.Z & exp userid .... file=export_pipe log=export.log table=(big_fat_table) .... compress=n

Try it. I hope it compress to less than 5G.

-----Original Message-----
Sent: Thursday, April 18, 2002 10:19 AM
To: Multiple recipients of list ORACLE-L

If you can't export, can you do ctas (create table as select..) ? Either way it's going to take a long, long time...

Lisa Koivu
Oracle Database Monkey.
Fairfield Resorts, Inc.
954-935-4117

> -----Original Message-----
> From: Raghu Kota [SMTP:raghukota_at_hotmail.com]
> Sent: Thursday, April 18, 2002 11:39 AM
> To: Multiple recipients of list ORACLE-L
> Subject: Reorganize table
>
>
>
> Hi Friends,
>
> I need to reorganize my big fat table sized 23Gb, I don't have much space
> for export on my filesystem( I keep one or two filesystems ready for my
> expansion each size 4Gb) in the same table I have more than 5Gb free
> fragmented space, But I can't use it!! So what is best way to reorganize
> this monster table??
>
> Thanks in advance
> Raghu.
>
>
>
> _________________________________________________________________
> Join the world's largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Raghu Kota
> INET: raghukota_at_hotmail.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Koivu, Lisa
  INET: lisa.koivu_at_efairfield.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Wong, Bing
  INET: bing.wong_at_IngramMicro.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Apr 18 2002 - 13:29:05 CDT

Original text of this message

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