• nilesh_dalvi (3/4/2015)


    Can we create the Partition on Existing Table?

    e.g Create table t ( col1 number(10,0), Col2 Varchar(10)) ;

    After the table Creation can we alter the table to partition the table.

    The biggest things to ask here is 1) what is the table used for (for example, is the "old" data in the table totally static like you mind find in an audit table) and 2) why do you want to partition it?

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)