cannot flashback the table because row movement


1.   ORA-08189:
cannot flashback the table because row movement is not enabled

 FLASHBACK   :
delete table xxx;
commit;
    flashback
table scott.test20100815 to scn 11012398;    :
ORA-08189: cannot
flashback the table because row movement is not enabled
    :
SQL>ALTER TABLE
scott.test20100815 ENABLE ROW MOVEMENT
SQL>flashback
table scott.test20100815 to scn 11012398;
Flashback
complete.