PARTITION TABLE
I execute this command :
ALTER TABLE timoper SPLIT PARTITION moisxxxxxx AT ('20101232') INTO (PARTITION mois201012, PARTITION moisxxxxxx) UPDATE GLOBAL INDEXES PARALLEL 6 This tables contents 27 millions rows.Start time : 2/07 at 13h29
It's not finish yet, I can see a very long step "Sort Output: : 66274 out of 116657 Blocks done", only 56%
Why it's so long? Can you help me ?
version Oracle :Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
Dominique