Login  Register

Re: database restore

Posted by ErmanArslansOracleBlog on Jun 01, 2018; 8:19am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/database-restore-tp6126p6135.html

It is related with undo_retention. The information in undo is overwritten.

Read the documentation:

The association between an SCN and a timestamp when the SCN is generated is remembered by the database for a limited period of time. This period is the maximum of the auto-tuned undo retention period, if the database runs in the Automatic Undo Management mode, and the retention times of all flashback archives in the database, but no less than 120 hours. The time for the association to become obsolete elapses only when the database is open. An error is returned if the SCN specified for the argument to SCN_TO_TIMESTAMP is too old.