Database Backup and Recovery (MOSC)

MOSC Banner

flashback examples

edited May 18, 2015 10:57AM in Database Backup and Recovery (MOSC) 7 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center