DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Change Value of Partition

  1. #1
    Join Date
    Jan 2001
    Posts
    515

    Change Value of Partition

    I have a table that has a range partition by date. I want to change the date of the partition from less than 7/1/04 to less than 1/1/05. Does anyone have the command for this. I can't find it.

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    I would add a new partition having values less than the new date, then merge it with the old one.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  3. #3
    Join Date
    Oct 2002
    Posts
    807
    alter table BLAH merge partitions blahpart1, blahpart2 into partition blahpart12;

  4. #4
    Join Date
    Jan 2001
    Posts
    515

    Thanks

    Thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width