flashback examples
Hi,
_I want flashback 1 table, could write down the exmaple..? task table?
1 minute ago:
FLASHBACK TABLE employees_test
TO TIMESTAMP (SYSTIMESTAMP - INTERVAL '.1' minute);
1 week ago:
FLASHBACK TABLE employees_test
TO TIMESTAMP TO_TIMESTAMP('2013-05-03 13:00:00', 'YYYY-MM-DD HH24:MI:SS');
jde 9.1
tool 9.1.5
and:
_how can I know the tables to flsh? I means how notice the table I want flash?
_what is SCN? timestamp? and restore point?
_when do I need to enable disable row movement?
great thanks if help us