Oracle11 G database partitioning

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • swapnali143
    New Member
    • Mar 2012
    • 34

    Oracle11 G database partitioning

    Hey Friends.
    CAN ANYBODY TELL ME THAT IS THERE ANY QUERY TO PARTITION THE DATABSE IN ORACLE 11G
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    1) create new table with proper partitions
    2) insert data from original table
    3) drop old table
    4) rename new table so it will have the same name as the original one

    Comment

    Working...