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

Thread: How to partition Non-partitioned table?

  1. #1
    Join Date
    Sep 2001
    Location
    OH
    Posts
    44
    Hi friends,

    How do I partition existing Non-partitioned table.

    I checked ALTER TABLE syntax. I did not find anything to convert Non-partitioned table into partitioned one.

    Any idea?

    Thanks in advance

    Sam

    Sam

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    1. create your partitioned table with 1 partition
    2. exchange your non-partitioned table into your partitioned table
    3. split the partitioned table to the correct number of partitions
    Jeff Hunter

  3. #3
    Join Date
    Apr 2002
    Posts
    2
    1. create your partitioned table with 1 partition
    2. exchange your non-partitioned table into your partitioned table
    3. split the partitioned table to the correct number of partitions

    ------------------------------------
    My existing table has a lot many database triggers onto the unpartitiond table. Its is the center(child) table of FINANCE system, with lots of header tables onto it.

    In this senerio how to workaround?

  4. #4
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Originally posted by marist89
    1. create your partitioned table with 1 partition
    2. exchange your non-partitioned table into your partitioned table
    3. split the partitioned table to the correct number of partitions
    Jeff Hunter

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