Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » oracle-l »

RE: Collapse partitions in 9i - What all options do i have?

Hallas, John (EXP N-ARM)

2007-07-25

Replies:

You have at least 3 options now that are all feasible
 
You just need to work which is the quickest, least risk, least complexity option  - take your pick of the one that suits your requirements best.
 
Then test the solution before implementation (and test again if necessary)
 
I think export and table rename is the easiest myself but not necessarily the quickest. Don't forget to make a note of who has privs on the table and what indexes and constraints exist currently


From: vikram singh [mailto:vikramsingh120@gmail.com]
Sent: 25 July 2007 15:26
To: Hallas, John (EXP N-ARM)
Cc: freelists; oracle-l-request@freelists.org
Subject: Re: Collapse partitions in 9i - What all options do i have?

Hi all,
 
Can i not transfer the data of the partitioned tables into a flat file and use SQL*Loader to load back the data into non-partitioned tables? Considering the amount of data that is involved, do you think this is a feasible option?
 
Regards,
Vikram.


On 7/24/07, Hallas, John (EXP N-ARM) <john.hallas@lmco.com> wrote:
"Tried checking if Export/Import will help but i dont think this will"
 
Wondered about this so tested (using 10g not 9i) and create table compact as select * from partitioned_table definitely collapses partitions.
No 9i to test it on.
 
 


. The data so far i have gathered is this:
 
1) Online Redefinition is possible - But we do not have Primary keys - Can we do with ROWIDs? If yes, how?
2) ALTER TABLE EXCHANGE PARTITION can be feasible - But i am not much aware of this option?
3) Tried checking if Export/Import will help but i dont think this will.
 
 

©2008 dba.5341.com - Jax Systems, LLC, U.S.A.