Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Row Movement in paritioned tables
Alter table table_name enable row movement;
Update table_name set partition_key='INACTIVE' where
partition_key='ACTIVE' and whatever....
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Suresh Chaganti
Sent: Wednesday, August 15, 2007 11:14 AM
To: oracle-l_at_freelists.org
Subject: Row Movement in paritioned tables
Hi
I admit I havent done enough research on this, so pardon me if I should have found this out myself.
I know Oracle does row movement on partitioned tables when the values on the key changes such that it warrants movement to a new partition.
My question is , can I some how use this mechanism to let Oracle automatically move data to a designated partition.
The underlying business requirement is to Identify and move inactive data to be purged at a later date.
So I ws thinking if I can move use Oracle's internal mechanism to move the data to a partition named "INACTIVE" , I have greater flexibillity in droppping partition when the data is up for purge etc..
Thanks
Suresh
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Aug 15 2007 - 11:47:24 CDT
![]() |
![]() |