Flashback a table to point in time - oracle database script

Flashback a table to point in time - Oracle Database Script.

ALTER TABLE AODBA.EMP ENABLE ROW MOVEMENT;

FLASHBACK TABLE AODBA.EMP TO TIMESTAMP TO_TIMESTAMP('2017-01-10 09:00:00', YYYY-MM-DD HH24:MI:SS');